Docusign CSharp Docs
|
Metadata about a property. More...
Public Member Functions | |
PropertyMetadata (List< string > Options=default(List< string >), string Rights=default(string)) | |
Initializes a new instance of the PropertyMetadata class. More... | |
override string | ToString () |
Returns the string presentation of the object More... | |
string | ToJson () |
Returns the JSON string presentation of the object More... | |
override bool | Equals (object obj) |
Returns true if objects are equal More... | |
bool | Equals (PropertyMetadata other) |
Returns true if PropertyMetadata instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
Properties | |
List< string > | Options [get, set] |
Gets or Sets Options More... | |
string | Rights [get, set] |
Gets or Sets Rights More... | |
Metadata about a property.
|
inline |
Initializes a new instance of the PropertyMetadata class.
Options | Options. |
Rights | Rights. |
|
inline |
Returns true if objects are equal
obj | Object to be compared |
|
inline |
Returns true if PropertyMetadata instances are equal
other | Instance of PropertyMetadata to be compared |
|
inline |
Gets the hash code
|
inline |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets Options
|
getset |
Gets or Sets Rights