C# Class Signum.Engine.DiffIndex

Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
Columns List
FilterDefinition string
IndexName string
IsPrimary bool
IsUnique bool
Type DiffIndexType?
ViewName string

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

Méthode Description
ColumnsChanged ( DiffTable dif, Index mix ) : bool
GetIndexType ( Index mix ) : DiffIndexType?
IndexEquals ( DiffTable dif, Index mix ) : bool

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Columns public_oe property

public List Columns
Résultat List

FilterDefinition public_oe property

public string FilterDefinition
Résultat string

IndexName public_oe property

public string IndexName
Résultat string

IsPrimary public_oe property

public bool IsPrimary
Résultat bool

IsUnique public_oe property

public bool IsUnique
Résultat bool

Type public_oe property

public DiffIndexType? Type
Résultat DiffIndexType?

ViewName public_oe property

public string ViewName
Résultat string