Table of Contents

Class OrganizationModel

Namespace
InSite.Domain.Integrations.Engine
Assembly
Shift.Sdk.dll
public class OrganizationModel
Inheritance
OrganizationModel
Inherited Members
Extension Methods

Constructors

OrganizationModel()

public OrganizationModel()

Properties

Code

public string Code { get; set; }

Property Value

string

Domain

public string Domain { get; set; }

Property Value

string

Enterprise

public EnterpriseModel Enterprise { get; set; }

Property Value

EnterpriseModel

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

Number

public int Number { get; set; }

Property Value

int