Table of Contents

Class PersonCodeAutoincrementSettings

Namespace
InSite.Domain.Organizations
Assembly
Shift.Sdk.dll
public class PersonCodeAutoincrementSettings
Inheritance
PersonCodeAutoincrementSettings
Inherited Members
Extension Methods

Constructors

PersonCodeAutoincrementSettings()

public PersonCodeAutoincrementSettings()

Properties

Enabled

public bool Enabled { get; set; }

Property Value

bool

Format

public string Format { get; set; }

Property Value

string

StartNumber

public int StartNumber { get; set; }

Property Value

int

Methods

IsShallowEqual(PersonCodeAutoincrementSettings)

public bool IsShallowEqual(PersonCodeAutoincrementSettings other)

Parameters

other PersonCodeAutoincrementSettings

Returns

bool