Class ModifyOrganizationIdentification
- Namespace
- InSite.Application.Organizations.Write
- Assembly
- Shift.Sdk.dll
public class ModifyOrganizationIdentification : Command, ICommand
- Inheritance
-
ModifyOrganizationIdentification
- Implements
- Inherited Members
- Extension Methods
Constructors
ModifyOrganizationIdentification(Guid, string, string, string)
public ModifyOrganizationIdentification(Guid organizationId, 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; }