}}
    Show / Hide Table of Contents

    Class MultiPartDataWriter

    Inheritance
    object
    DataWriter
    KeyValueDataWriter
    MultiPartDataWriter
    Implements
    IDataWriter
    Inherited Members
    KeyValueDataWriter.getUSSDRequestData(USSDComposer)
    KeyValueDataWriter.getSMSRequestData(SMSComposer)
    KeyValueDataWriter.getDestinationsData(Composer)
    KeyValueDataWriter.getDestinationsDeliveryRequestData(List<string>)
    KeyValueDataWriter.getScheduledMessagesLoadRequestData(Dictionary<string, object>)
    KeyValueDataWriter.getScheduledMessageUpdateRequestData(Composer)
    DataWriter.setAuthModel(AuthModel)
    DataWriter.setAuthApiKey(string)
    DataWriter.setAuthLogin(string)
    DataWriter.setAuthPassword(string)
    DataWriter.setAPSLoad(bool)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Zenoph.Notify.Build.Writer
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(false)]
    public sealed class MultiPartDataWriter : KeyValueDataWriter, IDataWriter

    Methods

    appendKeyValueData(StringBuilder, string, string)

    Declaration
    protected override void appendKeyValueData(StringBuilder sb, string key, string value)
    Parameters
    Type Name Description
    StringBuilder sb
    string key
    string value
    Overrides
    KeyValueDataWriter.appendKeyValueData(StringBuilder, string, string)

    getVoiceRequestData(VoiceComposer)

    Declaration
    public override string getVoiceRequestData(VoiceComposer vc)
    Parameters
    Type Name Description
    VoiceComposer vc
    Returns
    Type Description
    string
    Overrides
    DataWriter.getVoiceRequestData(VoiceComposer)

    Implements

    IDataWriter
    Back to top