C# 클래스 Hazelcast.Core.GreaterLessPredicate

상속: IPredicate
파일 보기 프로젝트 열기: hazelcast/hazelcast-csharp-client 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetFactoryId ( ) : int
GetHashCode ( ) : int
GetId ( ) : int
GreaterLessPredicate ( ) : System
GreaterLessPredicate ( string attributeName, object value, bool isEqual, bool isLess ) : System
ReadData ( IObjectDataInput input ) : void
ToString ( ) : string
WriteData ( IObjectDataOutput output ) : void

보호된 메소드들

메소드 설명
Equals ( GreaterLessPredicate other ) : bool

메소드 상세

Equals() 보호된 메소드

protected Equals ( GreaterLessPredicate other ) : bool
other GreaterLessPredicate
리턴 bool

Equals() 공개 메소드

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

GetFactoryId() 공개 메소드

public GetFactoryId ( ) : int
리턴 int

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetId() 공개 메소드

public GetId ( ) : int
리턴 int

GreaterLessPredicate() 공개 메소드

public GreaterLessPredicate ( ) : System
리턴 System

GreaterLessPredicate() 공개 메소드

public GreaterLessPredicate ( string attributeName, object value, bool isEqual, bool isLess ) : System
attributeName string
value object
isEqual bool
isLess bool
리턴 System

ReadData() 공개 메소드

public ReadData ( IObjectDataInput input ) : void
input IObjectDataInput
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteData() 공개 메소드

public WriteData ( IObjectDataOutput output ) : void
output IObjectDataOutput
리턴 void