Class Organization#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.Organization : xbe.sdk.EntityBase#

Describes a collection of users that all have the same role. Roles are used to grant permissions.

REQUIRES: Account Services Enterprise

Public Functions

Organization ()#
Organization (Object obj)

Properties

string Name { get; set; }#

The unique name of the organization.

string Title { get; set; }#

A textual name of the organization.

string Description { get; set; }#

A textual description of the purpose of the organization and its members.

Guid > Members { get; set; }#

The list of UUIDs for each user that is a member of the organization.

Guid > Owners { get; set; }#

The list of UUIDs for each user that is an owner of the organization. Owners can add and remove other users to and from the organization.

Guid ParentUid { get; set; }#

The unique identifier of the parent organization.

Public Static Functions

new Organization Parse (string json)#

Parses the given JSON encoded string into a new Organization instance.

Param json:

Return: