LUSID C# SDK
|
An access control value. Provider should only be used if you are a service provider licensing data. In that case the provider value must match your domain. More...
Public Member Functions | |
AccessMetadataValue (string value=default(string), string provider=default(string)) | |
Initializes a new instance of the AccessMetadataValue class. More... | |
override string | ToString () |
Returns the string presentation of the object More... | |
virtual string | ToJson () |
Returns the JSON string presentation of the object More... | |
override bool | Equals (object input) |
Returns true if objects are equal More... | |
bool | Equals (AccessMetadataValue input) |
Returns true if AccessMetadataValue instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
Protected Member Functions | |
AccessMetadataValue () | |
Initializes a new instance of the AccessMetadataValue class. More... | |
Properties | |
string | Value [get, set] |
Gets or Sets Value More... | |
string | Provider [get, set] |
Gets or Sets Provider More... | |
An access control value. Provider should only be used if you are a service provider licensing data. In that case the provider value must match your domain.
|
inlineprotected |
Initializes a new instance of the AccessMetadataValue class.
|
inline |
Initializes a new instance of the AccessMetadataValue class.
value | value (required). |
provider | provider. |
|
inline |
Returns true if AccessMetadataValue instances are equal
input | Instance of AccessMetadataValue to be compared |
|
inline |
Returns true if objects are equal
input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets Provider
|
getset |
Gets or Sets Value