Table of Contents

Class repGroup

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains the details of a group in the repository.

public class repGroup
Inheritance
repGroup
Inherited Members
Extension Methods

Properties

Application

Returns the repository application this group is part of.

public repApplication Application { get; }

Property Value

repApplication

GroupPID

Returns the PID (like a GUID)

public string GroupPID { get; }

Property Value

string

Name

Returns the name

public string Name { get; }

Property Value

string

Notes

Returns the notes.

public string Notes { get; }

Property Value

string

PrivateTableID

Returns the SysTableID of the table that is marked as the private table. Returns 0 if not set.

public int PrivateTableID { get; }

Property Value

int

PrivateTableName

Returns the name of the private table.

public string PrivateTableName { get; }

Property Value

string

SysGroupID

Returns the SysGroupID in the repository.

public int SysGroupID { get; }

Property Value

int

Tag

Returns the tag of the group.

public string Tag { get; }

Property Value

string