Overload List
Name | Description | |
---|---|---|
![]() | SetBinUnique(Object, Object, CitrusleafWriteInfo) |
Set bin value for specified key. The set will fail if the default bin name already exists.
The following properties must be set before using this method.
|
![]() | SetBinUnique(String, String, Object, IDictionary String, Object , CitrusleafWriteInfo) |
Set bin values for specified key and bin names. The set will fail if the bin name
already exists.
|
![]() | SetBinUnique(String, String, Object, IList String , IList Object , CitrusleafWriteInfo) |
Set bin values for specified key and bin names. The set will fail if the bin name
already exists.
|
![]() | SetBinUnique(String, String, Object, String, Object, CitrusleafWriteInfo) |
Set bin value for specified key and bin name. The set will fail if the bin name already exists.
|
See Also