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

InstrumentEventConfiguration More...

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

Public Member Functions

 InstrumentEventConfiguration (List< string > transactionTemplateScopes=default(List< string >), ResourceId recipeId=default(ResourceId))
 Initializes a new instance of the InstrumentEventConfiguration 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 (InstrumentEventConfiguration input)
 Returns true if InstrumentEventConfiguration instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< string > TransactionTemplateScopes [get, set]
 Gets or Sets TransactionTemplateScopes More...
 
ResourceId RecipeId [get, set]
 Gets or Sets RecipeId More...
 

Detailed Description

InstrumentEventConfiguration

Constructor & Destructor Documentation

◆ InstrumentEventConfiguration()

Lusid.Sdk.Model.InstrumentEventConfiguration.InstrumentEventConfiguration ( List< string >  transactionTemplateScopes = default(List<string>),
ResourceId  recipeId = default(ResourceId) 
)
inline

Initializes a new instance of the InstrumentEventConfiguration class.

Parameters
transactionTemplateScopestransactionTemplateScopes.
recipeIdrecipeId.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InstrumentEventConfiguration instances are equal

Parameters
inputInstance of InstrumentEventConfiguration to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ RecipeId

ResourceId Lusid.Sdk.Model.InstrumentEventConfiguration.RecipeId
getset

Gets or Sets RecipeId

◆ TransactionTemplateScopes

List<string> Lusid.Sdk.Model.InstrumentEventConfiguration.TransactionTemplateScopes
getset

Gets or Sets TransactionTemplateScopes


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