C# 클래스 PineCone.Structures.StructureIndex

상속: IStructureIndex
파일 보기 프로젝트 열기: danielwertheim/PineCone 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( IStructureIndex other ) : bool
other IStructureIndex
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

StructureIndex() 공개 메소드

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
리턴 System