![]() | Table of Content | EnumTypeInfo Constructor ![]() |
EnumTypeInfo Class |
Namespace: OnixS.SimpleBinaryEncoding.Templates
public class EnumTypeInfo : TypeInfo
The EnumTypeInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | EnumTypeInfo |
Constructor.
|
Name | Description | |
---|---|---|
![]() | Description |
Gets or sets type description.
(Inherited from TypeInfo.) |
![]() | EncodingType |
Gets underlying encoding type name.
|
![]() | IsSet |
Returns true if type is set, false if type is enum.
|
![]() | Name |
Gets type name.
(Inherited from TypeInfo.) |
![]() | NullValue |
Gets null value for optional fields.
|
![]() | Presence |
Gets or sets field presence.
(Inherited from TypeInfo.) |
![]() | PrimitiveEncodingType |
Gets or sets underlying encoding primitive type.
|
![]() | SemanticType |
Gets or sets FIX semantic type.
(Inherited from TypeInfo.) |
![]() | Values |
Gets enumeration values.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |