Class DataPayload

    Definition

    Namespace:
    Tizen.Applications.Cion
    Assembly:
    Tizen.Applications.Cion.dll

    A class to represent data type payload.

    public class DataPayload : Payload
    Inheritance
    object
    Payload
    DataPayload

    Constructors

    View Source

    DataPayload(byte[])

    The constructor of DataPayload class.

    Declaration
    public DataPayload(byte[] data)
    Parameters
    Type Name Description
    byte[] data

    The data of payload.

    Properties

    View Source

    Data

    Gets data of the payload.

    Declaration
    public byte[] Data { get; set; }
    Property Value
    Type Description
    byte[]
    View Source

    PayloadType

    Gets type of the payload.

    Declaration
    public override PayloadType PayloadType { get; }
    Property Value
    Type Description
    PayloadType
    Overrides
    Payload.PayloadType

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX