Show / Hide Table of Contents

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 ExtendedAssociate class.

Declaration
public ExtendedAssociate(SessionKey sessionKey, string associateName, string associateGroup, int version)
Parameters
Type Name Description
MAT.OCS.Core.SessionKey sessionKey

Associated Session Key

System.String associateName

Association Name

System.String associateGroup

Association Group

System.Int32 version

Association Version

Properties

AssociatedName

Gets the Association Name.

Declaration
public string AssociatedName { get; }
Property Value
Type Description
System.String

AssociateGroup

Gets the Association Group

Declaration
public string AssociateGroup { get; }
Property Value
Type Description
System.String

SessionKey

Gets the session key.

Declaration
public SessionKey SessionKey { get; }
Property Value
Type Description
MAT.OCS.Core.SessionKey

SessionSummary

Sets the session summary

Declaration
public SessionSummary SessionSummary { get; set; }
Property Value
Type Description
SessionSummary

Version

Gets the version.

Declaration
public int Version { get; }
Property Value
Type Description
System.Int32

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

ToString()

ToString

Declaration
public override string ToString()
Returns
Type Description
System.String
In This Article
  • Constructors
    • ExtendedAssociate(SessionKey, String, String, Int32)
  • Properties
    • AssociatedName
    • AssociateGroup
    • SessionKey
    • SessionSummary
    • Version
  • Methods
    • Equals(Object)
    • GetHashCode()
    • ToString()
Back to top Generated by DocFX