C# 클래스 Hazelcast.Core.LikePredicate

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

보호된 프로퍼티들

프로퍼티 타입 설명
AttributeName string
Expression string

공개 메소드들

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

보호된 메소드들

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

메소드 상세

Equals() 보호된 메소드

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

LikePredicate() 공개 메소드

public LikePredicate ( ) : System
리턴 System

LikePredicate() 공개 메소드

public LikePredicate ( string attributeName, string expression ) : System
attributeName string
expression string
리턴 System

ReadData() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteData() 공개 메소드

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

프로퍼티 상세

AttributeName 보호되어 있는 프로퍼티

protected string AttributeName
리턴 string

Expression 보호되어 있는 프로퍼티

protected string Expression
리턴 string