Table of Contents

Class ControlModel

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class ControlModel
Inheritance
ControlModel
Inherited Members

Constructors

ControlModel()

public ControlModel()

Properties

Description

public string Description { get; set; }

Property Value

string

Id

public int Id { get; set; }

Property Value

int

IsList

public bool IsList { get; set; }

Property Value

bool

IsQualitative

public bool IsQualitative { get; set; }

Property Value

bool

IsQuantitative

public bool IsQuantitative { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

Scope

public string Scope { get; set; }

Property Value

string

Sequence

public int Sequence { get; set; }

Property Value

int

Title

public string Title { get; set; }

Property Value

string

Methods

Clone()

public ControlModel Clone()

Returns

ControlModel