Class Group
Inheritance
System.Object
Group
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Group
Assembly: Simplic.Group.dll
Syntax
public class Group
Properties
| Improve this Doc View SourceGroupId
Gets or sets the group id
Declaration
public int GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Ident
Gets or sets the Id of the row. (NOTE: This not the Group ID)
Declaration
public int Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsDefaultGroup
Gets or sets if the group is the default group
Declaration
public bool IsDefaultGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the group name, max length: 100
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |