PrimitiveTypeInfo Methods | Table of Content | TemplateLibrary Constructor |
TemplateLibrary Class |
Namespace: OnixS.SimpleBinaryEncoding.Templates
public class TemplateLibrary
The TemplateLibrary type exposes the following members.
Name | Description | |
---|---|---|
TemplateLibrary |
Default constructor.
|
Name | Description | |
---|---|---|
ByteOrder |
Gets byte order.
| |
Description |
Gets template schema description.
| |
Id |
Gets template schema id.
| |
LicensePath |
Path to the directory where license file located.
| |
MessagesByTemplateId |
Gets collection of registered messages description by message (template) id.
| |
MessagesByTypes |
Gets collection of registered messages description by FIX message type.
| |
Package |
Gets package name.
| |
SemanticVersion |
Gets template schema semantic version.
| |
Types |
Gets collection of registered types description by type name.
| |
Version |
Gets template schema version.
|
Name | Description | |
---|---|---|
AddMessage |
Add message description to collection.
| |
AddType |
Add type description to collection.
| |
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.) | |
GetSemanticType |
Gets message semantic type.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse |
Parses string as templates description.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |