C# Class PineCone.Structures.StructureIndex

Inheritance: IStructureIndex
Show file Open project: danielwertheim/PineCone Class Usage Examples

Public Methods

Method 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 method

public Equals ( IStructureIndex other ) : bool
other IStructureIndex
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

StructureIndex() public method

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
return System