EdifactCharacterSet Struct

Definition

The edifact character set.

public readonly struct EdifactCharacterSet : IEquatable<Azure.ResourceManager.Logic.Models.EdifactCharacterSet>
type EdifactCharacterSet = struct
Public Structure EdifactCharacterSet
Implements IEquatable(Of EdifactCharacterSet)
Inheritance
EdifactCharacterSet
Implements

Constructors

EdifactCharacterSet(String)

Initializes a new instance of EdifactCharacterSet.

Properties

Keca

KECA.

NotSpecified

NotSpecified.

Unoa

UNOA.

Unob

UNOB.

Unoc

UNOC.

Unod

UNOD.

Unoe

UNOE.

Unof

UNOF.

Unog

UNOG.

Unoh

UNOH.

Unoi

UNOI.

Unoj

UNOJ.

Unok

UNOK.

Unox

UNOX.

Unoy

UNOY.

Methods

Equals(EdifactCharacterSet)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(EdifactCharacterSet, EdifactCharacterSet)

Determines if two EdifactCharacterSet values are the same.

Implicit(String to EdifactCharacterSet)

Converts a string to a EdifactCharacterSet.

Inequality(EdifactCharacterSet, EdifactCharacterSet)

Determines if two EdifactCharacterSet values are not the same.

Applies to