C# Class PineCone.Structures.StructureIndex

Inheritance: IStructureIndex
Afficher le fichier Open project: danielwertheim/PineCone Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( IStructureIndex other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
StructureIndex ( IStructureId structureId, string path, object value, Type dataType, DataTypeCode dataTypeCode, StructureIndexType indexType = StructureIndexType.Normal ) : System

Method Details

Equals() public méthode

public Equals ( IStructureIndex other ) : bool
other IStructureIndex
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

StructureIndex() public méthode

public StructureIndex ( IStructureId structureId, string path, object value, Type dataType, DataTypeCode dataTypeCode, StructureIndexType indexType = StructureIndexType.Normal ) : System
structureId IStructureId
path string
value object
dataType System.Type
dataTypeCode DataTypeCode
indexType StructureIndexType
Résultat System