EdifactAgreementContent Class

Definition

The Edifact agreement content.

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

Constructors

EdifactAgreementContent(EdifactOneWayAgreement, EdifactOneWayAgreement)

Initializes a new instance of EdifactAgreementContent.

Properties

ReceiveAgreement

The EDIFACT one-way receive agreement.

SendAgreement

The EDIFACT one-way send agreement.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdifactAgreementContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdifactAgreementContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdifactAgreementContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdifactAgreementContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdifactAgreementContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to