C# Class Hazelcast.Core.RegexPredicate

Inheritance: IPredicate
Mostra file Open project: hazelcast/hazelcast-csharp-client Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetFactoryId ( ) : int
GetHashCode ( ) : int
GetId ( ) : int
ReadData ( IObjectDataInput input ) : void
RegexPredicate ( ) : System
RegexPredicate ( string attributeName, string regex ) : System
ToString ( ) : string
WriteData ( IObjectDataOutput output ) : void

Protected Methods

Method Description
Equals ( RegexPredicate other ) : bool

Method Details

Equals() protected method

protected Equals ( RegexPredicate other ) : bool
other RegexPredicate
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetFactoryId() public method

public GetFactoryId ( ) : int
return int

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetId() public method

public GetId ( ) : int
return int

ReadData() public method

public ReadData ( IObjectDataInput input ) : void
input IObjectDataInput
return void

RegexPredicate() public method

public RegexPredicate ( ) : System
return System

RegexPredicate() public method

public RegexPredicate ( string attributeName, string regex ) : System
attributeName string
regex string
return System

ToString() public method

public ToString ( ) : string
return string

WriteData() public method

public WriteData ( IObjectDataOutput output ) : void
output IObjectDataOutput
return void