Class EncodingTypeForEncoderAttribute
Specifies the value of Encoding Type which will be used for message encoding.
Inherited Members
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false, Inherited = true)]
public class EncodingTypeForEncoderAttribute : Attribute
Constructors
EncodingTypeForEncoderAttribute(ushort)
Constructor.
Declaration
public EncodingTypeForEncoderAttribute(ushort value)
Parameters
Type | Name | Description |
---|---|---|
ushort | value |
Properties
Value
Gets the value of Encoding Type which will be used for message encoding.
Declaration
public ushort Value { get; }
Property Value
Type | Description |
---|---|
ushort |