EdifactCharacterSet Struct
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 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
Azure SDK for .NET