LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.AccessMetadataValue Class Reference

An access control value. Provider should only be used if you are a service provide licensing data. In that case the provider value must match your domain. More...

Inheritance diagram for Lusid.Sdk.Model.AccessMetadataValue:
Inheritance graph
[legend]

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...
 

Detailed Description

An access control value. Provider should only be used if you are a service provide licensing data. In that case the provider value must match your domain.

Constructor & Destructor Documentation

◆ AccessMetadataValue() [1/2]

Lusid.Sdk.Model.AccessMetadataValue.AccessMetadataValue ( )
inlineprotected

Initializes a new instance of the AccessMetadataValue class.

◆ AccessMetadataValue() [2/2]

Lusid.Sdk.Model.AccessMetadataValue.AccessMetadataValue ( string  value = default(string),
string  provider = default(string) 
)
inline

Initializes a new instance of the AccessMetadataValue class.

Parameters
valuevalue (required).
providerprovider.

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.AccessMetadataValue.Equals ( AccessMetadataValue  input)
inline

Returns true if AccessMetadataValue instances are equal

Parameters
inputInstance of AccessMetadataValue to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.AccessMetadataValue.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.AccessMetadataValue.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.AccessMetadataValue.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.AccessMetadataValue.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Provider

string Lusid.Sdk.Model.AccessMetadataValue.Provider
getset

Gets or Sets Provider

◆ Value

string Lusid.Sdk.Model.AccessMetadataValue.Value
getset

Gets or Sets Value


The documentation for this class was generated from the following file: