Click or drag to resize

MasterSymbol<T> Class

Master symbol as provided by adapters
Inheritance Hierarchy
System.Object
  ArthaChitra.Model.Data.MasterSymbol<T>

Namespace: ArthaChitra.Model.Data
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.5.0
Syntax
C#
public sealed class MasterSymbol<T>

Type Parameters

T
Token

The MasterSymbol<T> type exposes the following members.

Constructors
 NameDescription
Public methodMasterSymbol<T> 
Top
Properties
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also