Class Group
A worker group.
[DataContract(IsReference = true)]
public class Group
- Inheritance
-
Group
- Inherited Members
Constructors
Group(int, string)
Initializes a new instance of the Group class.
public Group(int groupId, string name)
Parameters
Exceptions
- ArgumentNullException
nameis null.
Properties
GroupId
Gets the unique identifier for this group.
[DataMember]
public int GroupId { get; }
Property Value
Name
Gets the group name.
[DataMember]
public string Name { get; }