}}
    Show / Hide Table of Contents

    Class ComposerDestination

    Inheritance
    object
    ComposerDestination
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.Finalize()
    object.MemberwiseClone()
    Namespace: Zenoph.Notify.Store
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(true)]
    [Guid("405AEA19-5CA8-4C10-9A71-9EAB15739FA4")]
    public class ComposerDestination

    Constructors

    ComposerDestination()

    Declaration
    public ComposerDestination()

    Methods

    create(object)

    Declaration
    public static ComposerDestination create(object data)
    Parameters
    Type Name Description
    object data
    Returns
    Type Description
    ComposerDestination

    getData()

    Declaration
    public object getData()
    Returns
    Type Description
    object

    getMessageId()

    Declaration
    public string getMessageId()
    Returns
    Type Description
    string

    getPhoneNumber()

    Declaration
    public string getPhoneNumber()
    Returns
    Type Description
    string

    getWriteMode()

    Declaration
    public DestinationMode getWriteMode()
    Returns
    Type Description
    DestinationMode

    isScheduled()

    Declaration
    public bool isScheduled()
    Returns
    Type Description
    bool
    Back to top