Udostępnij za pośrednictwem


X12SchemaReference Class

Definition

The X12 schema reference.

public class X12SchemaReference
public class X12SchemaReference : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.X12SchemaReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.X12SchemaReference>
type X12SchemaReference = class
type X12SchemaReference = class
    interface IJsonModel<X12SchemaReference>
    interface IPersistableModel<X12SchemaReference>
Public Class X12SchemaReference
Public Class X12SchemaReference
Implements IJsonModel(Of X12SchemaReference), IPersistableModel(Of X12SchemaReference)
Inheritance
X12SchemaReference
Implements

Constructors

X12SchemaReference(String, String, String)

Initializes a new instance of X12SchemaReference.

Properties

MessageId

The message id.

SchemaName

The schema name.

SchemaVersion

The schema version.

SenderApplicationId

The sender application id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<X12SchemaReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<X12SchemaReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<X12SchemaReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<X12SchemaReference>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<X12SchemaReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to