Table of Contents

Class RegistrationField

Namespace
InSite.Domain.Events
Assembly
Shift.Sdk.dll
public class RegistrationField
Inheritance
RegistrationField
Inherited Members
Extension Methods

Constructors

RegistrationField()

public RegistrationField()

Properties

FieldName

public RegistrationFieldName FieldName { get; set; }

Property Value

RegistrationFieldName

IsEditable

public bool IsEditable { get; set; }

Property Value

bool

IsRequired

public bool IsRequired { get; set; }

Property Value

bool

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

Methods

Clone()

public RegistrationField Clone()

Returns

RegistrationField