C# Class Aerospike.Helper.Model.Set

Show file Open project: aerospike/aerospike-helper

Protected Properties

Property Type Description
values NameValuePair>.Dictionary

Public Methods

Method Description
Clear ( ) : void
Equals ( Object obj ) : bool
GetHashCode ( ) : int
GetValues ( ) : List
Info ( String info ) : void
MergeSetInfo ( String info ) : void
Set ( Aerospike.Helper.Model.Namespace parent, String info ) : System
ToString ( ) : String
Values ( NameValuePair>.Dictionary newValues ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetValues() public method

public GetValues ( ) : List
return List

Info() public method

public Info ( String info ) : void
info String
return void

MergeSetInfo() public method

public MergeSetInfo ( String info ) : void
info String
return void

Set() public method

public Set ( Aerospike.Helper.Model.Namespace parent, String info ) : System
parent Aerospike.Helper.Model.Namespace
info String
return System

ToString() public method

public ToString ( ) : String
return String

Values() public method

public Values ( NameValuePair>.Dictionary newValues ) : void
newValues NameValuePair>.Dictionary
return void

Property Details

values protected property

protected Dictionary values
return NameValuePair>.Dictionary