Class Group
Hold the group information of the parameter.
Inheritance
System.Object
Group
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MAT.AtlasSessionApi
Assembly: MAT.AtlasSessionApi.dll
Syntax
public sealed class Group
Constructors
Group(String)
Update the group identifier.
Declaration
public Group(string identifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | identifier |
Group(String, String)
Update the group identifier and it's description.
Declaration
public Group(string identifier, string description)
Parameters
Type | Name | Description |
---|---|---|
System.String | identifier | |
System.String | description |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
Properties
Description
Group description.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Identifier
Group identifier.
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Operators
Equality(Group, Group)
Are two groups equal?
Declaration
public static bool operator ==(Group left, Group right)
Parameters
Type | Name | Description |
---|---|---|
Group | left | |
Group | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(Group, Group)
Are two groups unequal?
Declaration
public static bool operator !=(Group left, Group right)
Parameters
Type | Name | Description |
---|---|---|
Group | left | |
Group | right |
Returns
Type | Description |
---|---|
System.Boolean |