C# 클래스 Hazelcast.Core.BetweenPredicate

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

BetweenPredicate() 공개 메소드

public BetweenPredicate ( ) : System
리턴 System

BetweenPredicate() 공개 메소드

public BetweenPredicate ( string attributeName, object from, object to ) : System
attributeName string
from object
to object
리턴 System

Equals() 보호된 메소드

protected Equals ( BetweenPredicate other ) : bool
other BetweenPredicate
리턴 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

ReadData() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteData() 공개 메소드

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