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
Properties
Code
public string Code { get; set; }
Property Value
Domain
public string Domain { get; set; }
Property Value
Name
public string Name { get; set; }