Class BudaGroup
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains info about the group a user is in.
public class BudaGroup
- Inheritance
-
BudaGroup
- Inherited Members
- Extension Methods
Properties
GroupID
Returns the SysGroupID as set in the repository of Polar Studio
public int GroupID { get; }
Property Value
GroupPID
Returns the PID (a unique identifier, like a GUID) for this group.
public string GroupPID { get; }
Property Value
Name
Returns the name of this group
public string Name { get; }
Property Value
PrivateTableID
Returns the SysTableID of the table that is registered as the private table for this group.
public int PrivateTableID { get; }
Property Value
PrivateTableName
Returns the name of the table that is registered as the private table for this group.
public string PrivateTableName { get; }
Property Value
SysGroupID
Returns the SysGroupID as set in the repository of Polar Studio
public int SysGroupID { get; }
Property Value
Tag
This read-only tag is set to the value as is defined in the repository of Polar Studio. The tag has no formal use and is meant for scripting use only.
public string Tag { get; }