Table of Contents

Class OrganizationIdentificationModified

Namespace
InSite.Domain.Organizations
Assembly
Shift.Sdk.dll
public class OrganizationIdentificationModified : Change, IChange
Inheritance
OrganizationIdentificationModified
Implements
Inherited Members
Extension Methods

Constructors

OrganizationIdentificationModified(string, string, string)

public OrganizationIdentificationModified(string code, string name, string domain)

Parameters

code string
name string
domain string

Properties

Code

public string Code { get; set; }

Property Value

string

Domain

public string Domain { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string