Class ExtendedAssociate
It represents an entity of Identity information of an associated session
Inheritance
System.Object
ExtendedAssociate
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class ExtendedAssociate : Object
Constructors
ExtendedAssociate(SessionKey, String, String, Int32)
Initialises a new instance of the Extended
Declaration
public ExtendedAssociate(SessionKey sessionKey, string associateName, string associateGroup, int version)
Parameters
Type | Name | Description |
---|---|---|
MAT. |
sessionKey | Associated Session Key |
System. |
associateName | Association Name |
System. |
associateGroup | Association Group |
System. |
version | Association Version |
Properties
AssociatedName
Gets the Association Name.
Declaration
public string AssociatedName { get; }
Property Value
Type | Description |
---|---|
System. |
AssociateGroup
Gets the Association Group
Declaration
public string AssociateGroup { get; }
Property Value
Type | Description |
---|---|
System. |
SessionKey
Gets the session key.
Declaration
public SessionKey SessionKey { get; }
Property Value
Type | Description |
---|---|
MAT. |
SessionSummary
Sets the session summary
Declaration
public SessionSummary SessionSummary { get; set; }
Property Value
Type | Description |
---|---|
Session |
Version
Gets the version.
Declaration
public int Version { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System. |
obj |
Returns
Type | Description |
---|---|
System. |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
ToString()
ToString
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |