C# 클래스 PineCone.Structures.StructureId

상속: IStructureId
파일 보기 프로젝트 열기: danielwertheim/PineCone

공개 메소드들

메소드 설명
CompareTo ( IStructureId other ) : int
ConvertFrom ( object idValue ) : IStructureId
Create ( System.Guid value ) : IStructureId
Create ( int value ) : IStructureId
Create ( long value ) : IStructureId
Create ( object value, StructureIdTypes idType ) : IStructureId
Create ( string value ) : IStructureId
Create ( string value, StructureIdTypes idType ) : IStructureId
Equals ( IStructureId other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetIdTypeFrom ( Type type ) : StructureIdTypes
GetSmallest ( IStructureId x, IStructureId y ) : IStructureId
IsValidDataType ( Type type ) : bool

비공개 메소드들

메소드 설명
StructureId ( ValueType value, Type dataType, StructureIdTypes idType ) : System
StructureId ( string value, Type dataType ) : System

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( IStructureId other ) : int
other IStructureId
리턴 int

ConvertFrom() 공개 정적인 메소드

public static ConvertFrom ( object idValue ) : IStructureId
idValue object
리턴 IStructureId

Create() 공개 정적인 메소드

public static Create ( System.Guid value ) : IStructureId
value System.Guid
리턴 IStructureId

Create() 공개 정적인 메소드

public static Create ( int value ) : IStructureId
value int
리턴 IStructureId

Create() 공개 정적인 메소드

public static Create ( long value ) : IStructureId
value long
리턴 IStructureId

Create() 공개 정적인 메소드

public static Create ( object value, StructureIdTypes idType ) : IStructureId
value object
idType StructureIdTypes
리턴 IStructureId

Create() 공개 정적인 메소드

public static Create ( string value ) : IStructureId
value string
리턴 IStructureId

Create() 공개 정적인 메소드

public static Create ( string value, StructureIdTypes idType ) : IStructureId
value string
idType StructureIdTypes
리턴 IStructureId

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetIdTypeFrom() 공개 정적인 메소드

public static GetIdTypeFrom ( Type type ) : StructureIdTypes
type System.Type
리턴 StructureIdTypes

GetSmallest() 공개 정적인 메소드

public static GetSmallest ( IStructureId x, IStructureId y ) : IStructureId
x IStructureId
y IStructureId
리턴 IStructureId

IsValidDataType() 공개 정적인 메소드

public static IsValidDataType ( Type type ) : bool
type System.Type
리턴 bool