![]() | Table of Content | PrimitiveTypeInfo Constructor ![]() |
PrimitiveTypeInfo Class |
Namespace: OnixS.SimpleBinaryEncoding.Templates
public class PrimitiveTypeInfo : TypeInfo
The PrimitiveTypeInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | PrimitiveTypeInfo(String, PrimitiveType, Object, Object, Object, Object) |
Constructor.
|
![]() | PrimitiveTypeInfo(String, PrimitiveType, Presence, Object, Object, Object, Object) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | ConstantValue |
Gets constant value for constant fields.
|
![]() | Description |
Gets or sets type description.
(Inherited from TypeInfo.) |
![]() | Length |
Gets or sets encoded type length.
|
![]() | MaxValue |
Gets maximum allowed value.
|
![]() | MinValue |
Gets minimum allowed value.
|
![]() | Name |
Gets type name.
(Inherited from TypeInfo.) |
![]() | NullValue |
Gets null value for optional fields.
|
![]() | Offset |
Gets field offset for fields of composite type.
|
![]() | Presence |
Gets or sets field presence.
(Inherited from TypeInfo.) |
![]() | PrimitiveType |
Gets underlying primitive type.
|
![]() | SemanticType |
Gets or sets FIX semantic type.
(Inherited from TypeInfo.) |
![]() | VariableLength |
Gets or sets if type has variable length
|
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.) |