Table of Contents

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

int

GroupPID

Returns the PID (a unique identifier, like a GUID) for this group.

public string GroupPID { get; }

Property Value

string

Name

Returns the name of this group

public string Name { get; }

Property Value

string

PrivateTableID

Returns the SysTableID of the table that is registered as the private table for this group.

public int PrivateTableID { get; }

Property Value

int

PrivateTableName

Returns the name of the table that is registered as the private table for this group.

public string PrivateTableName { get; }

Property Value

string

SysGroupID

Returns the SysGroupID as set in the repository of Polar Studio

public int SysGroupID { get; }

Property Value

int

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; }

Property Value

string