Skip to main content

Class UserGroup

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for UserGroup. The main user group that this user belongs to

Inheritance

object ← Carrier ← UserGroup

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Examples

Get UserGroup 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new UserAgent(configuration);
var userGroup = agent.GetUserGroup( 123 );

Constructors

UserGroup()

Default constructor - defaults any enum props to 0.

Properties

Deleted

Deleted equal to true means that this is a user group that no longer can be selected by the user. It is not permitted to delete a UserGroup.

Property Value

bool

Id

Primary key

Property Value

int

Rank

Rank order

Property Value

short

Tooltip

Tooltip or other description

Property Value

string

Value

UserGroup name

Property Value

string

See Also

UserAgent