Class OrganizationDTO
Represents an organization.
Inherited Members
Namespace: Integration.DataContracts
Syntax
public class OrganizationDTO
Properties
isActive
Property indicating whether the organization is active
Declaration
[DataMember]
public bool isActive { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
langID
The language identifier
Declaration
[DataMember]
public int langID { get; set; }
Property Value
Type | Description |
---|---|
int | The language identifier. |
objOrgUnitID
The object organization identifier.
Declaration
[DataMember]
public int objOrgUnitID { get; set; }
Property Value
Type | Description |
---|---|
int | The object organization identifier. |
orgUnitID
The organization identifier
Declaration
[DataMember]
public int orgUnitID { get; set; }
Property Value
Type | Description |
---|---|
int | The organization identifier. |
orgUnitLevel
Organization level.
Declaration
[DataMember]
public int orgUnitLevel { get; set; }
Property Value
Type | Description |
---|---|
int | The organization level. |
parentOrgUnitID
The parent organization identifier
Declaration
[DataMember]
public int parentOrgUnitID { get; set; }
Property Value
Type | Description |
---|---|
int | The parent organization identifier. |
systemStatus
System status of the organization
Declaration
[DataMember]
public int systemStatus { get; set; }
Property Value
Type | Description |
---|---|
int | The system status. |
title
The title of the object.
Declaration
[DataMember]
public string title { get; set; }
Property Value
Type | Description |
---|---|
string | The title of the object. |