C# 클래스 Hazelcast.Core.ILikePredicate

상속: LikePredicate
파일 보기 프로젝트 열기: hazelcast/hazelcast-csharp-client

공개 메소드들

메소드 설명
GetId ( ) : int
ILikePredicate ( ) : System
ILikePredicate ( string attributeName, string expression ) : System
ToString ( ) : string

메소드 상세

GetId() 공개 메소드

public GetId ( ) : int
리턴 int

ILikePredicate() 공개 메소드

public ILikePredicate ( ) : System
리턴 System

ILikePredicate() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string