C# 클래스 Hazelcast.Core.NotEqualPredicate

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

공개 메소드들

메소드 설명
GetId ( ) : int
NotEqualPredicate ( ) : System
NotEqualPredicate ( string attributeName, object value ) : System
ToString ( ) : string

메소드 상세

GetId() 공개 메소드

public GetId ( ) : int
리턴 int

NotEqualPredicate() 공개 메소드

public NotEqualPredicate ( ) : System
리턴 System

NotEqualPredicate() 공개 메소드

public NotEqualPredicate ( string attributeName, object value ) : System
attributeName string
value object
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string