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

ComplianceRuleTemplate More...

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

Public Member Functions

 ComplianceRuleTemplate (ResourceId id=default(ResourceId), string description=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >), List< ComplianceTemplateVariationDto > variations=default(List< ComplianceTemplateVariationDto >), string href=default(string), ModelVersion varVersion=default(ModelVersion), List< Link > links=default(List< Link >))
 Initializes a new instance of the ComplianceRuleTemplate 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 (ComplianceRuleTemplate input)
 Returns true if ComplianceRuleTemplate instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
string Description [get, set]
 The description of the Compliance Template More...
 
Dictionary< string, PropertyProperties [get, set]
 Properties associated with the Compliance Template Variation More...
 
List< ComplianceTemplateVariationDtoVariations [get, set]
 Variation details of a Compliance Template More...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime. More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

ComplianceRuleTemplate

Constructor & Destructor Documentation

◆ ComplianceRuleTemplate()

Lusid.Sdk.Model.ComplianceRuleTemplate.ComplianceRuleTemplate ( ResourceId  id = default(ResourceId),
string  description = default(string),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
List< ComplianceTemplateVariationDto variations = default(List<ComplianceTemplateVariationDto>),
string  href = default(string),
ModelVersion  varVersion = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the ComplianceRuleTemplate class.

Parameters
idid.
descriptionThe description of the Compliance Template.
propertiesProperties associated with the Compliance Template Variation.
variationsVariation details of a Compliance Template.
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime..
varVersionvarVersion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ComplianceRuleTemplate instances are equal

Parameters
inputInstance of ComplianceRuleTemplate to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.ComplianceRuleTemplate.Description
getset

The description of the Compliance Template

The description of the Compliance Template

◆ Href

string Lusid.Sdk.Model.ComplianceRuleTemplate.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime.

◆ Id

ResourceId Lusid.Sdk.Model.ComplianceRuleTemplate.Id
getset

Gets or Sets Id

◆ Links

List<Link> Lusid.Sdk.Model.ComplianceRuleTemplate.Links
getset

Gets or Sets Links

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.ComplianceRuleTemplate.Properties
getset

Properties associated with the Compliance Template Variation

Properties associated with the Compliance Template Variation

◆ Variations

List<ComplianceTemplateVariationDto> Lusid.Sdk.Model.ComplianceRuleTemplate.Variations
getset

Variation details of a Compliance Template

Variation details of a Compliance Template

◆ VarVersion

ModelVersion Lusid.Sdk.Model.ComplianceRuleTemplate.VarVersion
getset

Gets or Sets VarVersion


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