Class CompositeSessionKey
Inheritance
System.Object
CompositeSessionKey
Implements
System.IFormattable
System.IComparable
Assembly: MAT.OCS.Core.dll
Syntax
public sealed class CompositeSessionKey : ValueType, IFormattable, IComparable, IComparable<CompositeSessionKey>, IEquatable<CompositeSessionKey>
Constructors
CompositeSessionKey(Guid)
Declaration
public CompositeSessionKey(Guid guid)
Parameters
Type |
Name |
Description |
System.Guid |
guid |
|
CompositeSessionKey(String)
Declaration
public CompositeSessionKey(string guid)
Parameters
Type |
Name |
Description |
System.String |
guid |
|
Fields
Empty
Declaration
public static readonly CompositeSessionKey Empty
Field Value
Methods
CompareTo(CompositeSessionKey)
Declaration
public int CompareTo(CompositeSessionKey other)
Parameters
Returns
Type |
Description |
System.Int32 |
|
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Int32 |
|
Equals(CompositeSessionKey)
Declaration
public bool Equals(CompositeSessionKey other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
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 |
|
NewKey()
Declaration
public static CompositeSessionKey NewKey()
Returns
Parse(String)
Declaration
public static CompositeSessionKey Parse(string input)
Parameters
Type |
Name |
Description |
System.String |
input |
|
Returns
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
ToString(String)
Declaration
public string ToString(string format)
Parameters
Type |
Name |
Description |
System.String |
format |
|
Returns
Type |
Description |
System.String |
|
Declaration
public string ToString(string format, IFormatProvider formatProvider)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.IFormatProvider |
formatProvider |
|
Returns
Type |
Description |
System.String |
|
Operators
Equality(CompositeSessionKey, CompositeSessionKey)
Declaration
public static bool operator ==(CompositeSessionKey key1, CompositeSessionKey key2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Explicit(CompositeSessionKey to Guid)
Declaration
public static explicit operator Guid(CompositeSessionKey instance)
Parameters
Returns
Type |
Description |
System.Guid |
|
Explicit(Guid to CompositeSessionKey)
Declaration
public static explicit operator CompositeSessionKey(Guid value)
Parameters
Type |
Name |
Description |
System.Guid |
value |
|
Returns
Inequality(CompositeSessionKey, CompositeSessionKey)
Declaration
public static bool operator !=(CompositeSessionKey key1, CompositeSessionKey key2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IFormattable
System.IComparable
System.IComparable<>
System.IEquatable<>