forwardPrimitiveTypeInfo Methods   Table of ContentTemplateLibrary Constructor forward
TemplateLibrary Class
Class represent SBE template description.
Inheritance Hierarchy
System.Object
  OnixS.SimpleBinaryEncoding.Templates.TemplateLibrary

Namespace:  OnixS.SimpleBinaryEncoding.Templates
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public class TemplateLibrary

The TemplateLibrary type exposes the following members.

Constructors
  NameDescription
Public methodTemplateLibrary
Default constructor.
Top
Properties
  NameDescription
Public propertyByteOrder
Gets byte order.
Public propertyDescription
Gets template schema description.
Public propertyId
Gets template schema id.
Public propertyStatic memberLicensePath
Path to the directory where license file located.
Public propertyMessagesByTemplateId
Gets collection of registered messages description by message (template) id.
Public propertyMessagesByTypes
Gets collection of registered messages description by FIX message type.
Public propertyPackage
Gets package name.
Public propertySemanticVersion
Gets template schema semantic version.
Public propertyTypes
Gets collection of registered types description by type name.
Public propertyVersion
Gets template schema version.
Top
Methods
  NameDescription
Public methodAddMessage
Add message description to collection.
Public methodAddType
Add type description to collection.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSemanticType
Gets message semantic type.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParse
Parses string as templates description.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also