Class UnixLocalGroup
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a local group on a Unix machine.
public class UnixLocalGroup : GlobalSerializableClassicBase, IComparable<UnixLocalGroup>
- Inheritance
-
UnixLocalGroup
- Implements
Constructors
UnixLocalGroup()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.UnixLocalGroup class.
public UnixLocalGroup()
Properties
GroupId
Gets or sets the unique identifier of the group.
public int GroupId { get; set; }
Property Value
Members
Gets or sets the list of user accounts that are a member of this group, by name.
public SerializableStringCollection Members { get; set; }
Property Value
- SerializableStringCollection
Name
Gets or sets the name of the local group - for example "root".
public string Name { get; set; }
Property Value
Methods
CompareTo(UnixLocalGroup)
Compares two CENTREL.XIA.Configuration.Types.UnixLocalGroup objects to allow sorting alphabetically by group name.
public int CompareTo(UnixLocalGroup other)
Parameters
other
UnixLocalGroupThe CENTREL.XIA.Configuration.Types.UnixLocalGroup to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.UnixLocalGroup objects.