Table of Contents

Class ChangePersonIdentification

Namespace
InSite.Application.People.Write.Old
Assembly
Shift.Sdk.dll
public class ChangePersonIdentification : Command, ICommand
Inheritance
ChangePersonIdentification
Implements
Inherited Members
Extension Methods

Constructors

ChangePersonIdentification(Guid, string, string)

public ChangePersonIdentification(Guid person, string employeeUnion, string socialInsuranceNumber)

Parameters

person Guid
employeeUnion string
socialInsuranceNumber string

Properties

EmployeeUnion

public string EmployeeUnion { get; set; }

Property Value

string

SocialInsuranceNumber

public string SocialInsuranceNumber { get; set; }

Property Value

string