C# Class Signum.Engine.DiffIndex

Show file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
Columns List
FilterDefinition string
IndexName string
IsPrimary bool
IsUnique bool
Type DiffIndexType?
ViewName string

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
ColumnsChanged ( DiffTable dif, Index mix ) : bool
GetIndexType ( Index mix ) : DiffIndexType?
IndexEquals ( DiffTable dif, Index mix ) : bool

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Columns public property

public List Columns
return List

FilterDefinition public property

public string FilterDefinition
return string

IndexName public property

public string IndexName
return string

IsPrimary public property

public bool IsPrimary
return bool

IsUnique public property

public bool IsUnique
return bool

Type public property

public DiffIndexType? Type
return DiffIndexType?

ViewName public property

public string ViewName
return string