X12EnvelopeOverride Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The X12 envelope override settings.
public class X12EnvelopeOverride
public class X12EnvelopeOverride : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.X12EnvelopeOverride>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.X12EnvelopeOverride>
type X12EnvelopeOverride = class
type X12EnvelopeOverride = class
interface IJsonModel<X12EnvelopeOverride>
interface IPersistableModel<X12EnvelopeOverride>
Public Class X12EnvelopeOverride
Public Class X12EnvelopeOverride
Implements IJsonModel(Of X12EnvelopeOverride), IPersistableModel(Of X12EnvelopeOverride)
- Inheritance
-
X12EnvelopeOverride
- Implements
Constructors
X12EnvelopeOverride(String, String, String, String, String, String, String, X12DateFormat, X12TimeFormat) |
Initializes a new instance of X12EnvelopeOverride. |
Properties
DateFormat |
The date format. |
FunctionalIdentifierCode |
The functional identifier code. |
HeaderVersion |
The header version. |
MessageId |
The message id on which this envelope settings has to be applied. |
ProtocolVersion |
The protocol version on which this envelope settings has to be applied. |
ReceiverApplicationId |
The receiver application id. |
ResponsibleAgencyCode |
The responsible agency code. |
SenderApplicationId |
The sender application id. |
TargetNamespace |
The target namespace on which this envelope settings has to be applied. |
TimeFormat |
The time format. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<X12EnvelopeOverride>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<X12EnvelopeOverride>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<X12EnvelopeOverride>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<X12EnvelopeOverride>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<X12EnvelopeOverride>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET