C# Class Signum.Engine.DiffIndex

ファイルを表示 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_oe property

public List Columns
return List

FilterDefinition public_oe property

public string FilterDefinition
return string

IndexName public_oe property

public string IndexName
return string

IsPrimary public_oe property

public bool IsPrimary
return bool

IsUnique public_oe property

public bool IsUnique
return bool

Type public_oe property

public DiffIndexType? Type
return DiffIndexType?

ViewName public_oe property

public string ViewName
return string