Show / Hide Table of Contents

Class OrganizationDTO

Represents an organization.

Inheritance
object
OrganizationDTO
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

true if this instance is active; otherwise, false.

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.

Back to top Created by Formpipe