|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| PropertyDefinitionsApi () | |
| Initializes a new instance of the PropertyDefinitionsApi class. More... | |
| PropertyDefinitionsApi (String basePath) | |
| Initializes a new instance of the PropertyDefinitionsApi class. More... | |
| PropertyDefinitionsApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the PropertyDefinitionsApi class using Configuration object More... | |
| PropertyDefinitionsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the PropertyDefinitionsApi class using a Configuration object and client instance. More... | |
| String | GetBasePath () |
| Gets the base path of the API client. More... | |
| PropertyDefinition | CreateDerivedPropertyDefinition (CreateDerivedPropertyDefinitionRequest createDerivedPropertyDefinitionRequest) |
| [EARLY ACCESS] Create derived property definition Define a new derived property. More... | |
| Lusid.Sdk.Client.ApiResponse< PropertyDefinition > | CreateDerivedPropertyDefinitionWithHttpInfo (CreateDerivedPropertyDefinitionRequest createDerivedPropertyDefinitionRequest) |
| [EARLY ACCESS] Create derived property definition Define a new derived property. More... | |
| async System.Threading.Tasks.Task< PropertyDefinition > | CreateDerivedPropertyDefinitionAsync (CreateDerivedPropertyDefinitionRequest createDerivedPropertyDefinitionRequest, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Create derived property definition Define a new derived property. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PropertyDefinition > > | CreateDerivedPropertyDefinitionWithHttpInfoAsync (CreateDerivedPropertyDefinitionRequest createDerivedPropertyDefinitionRequest, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Create derived property definition Define a new derived property. More... | |
| PropertyDefinition | CreatePropertyDefinition (CreatePropertyDefinitionRequest createPropertyDefinitionRequest) |
| Create property definition Define a new property. More... | |
| Lusid.Sdk.Client.ApiResponse< PropertyDefinition > | CreatePropertyDefinitionWithHttpInfo (CreatePropertyDefinitionRequest createPropertyDefinitionRequest) |
| Create property definition Define a new property. More... | |
| async System.Threading.Tasks.Task< PropertyDefinition > | CreatePropertyDefinitionAsync (CreatePropertyDefinitionRequest createPropertyDefinitionRequest, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| Create property definition Define a new property. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PropertyDefinition > > | CreatePropertyDefinitionWithHttpInfoAsync (CreatePropertyDefinitionRequest createPropertyDefinitionRequest, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| Create property definition Define a new property. More... | |
| DeletedEntityResponse | DeletePropertyDefinition (string domain, string scope, string code) |
| Delete property definition Delete the definition of the specified property. More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeletePropertyDefinitionWithHttpInfo (string domain, string scope, string code) |
| Delete property definition Delete the definition of the specified property. More... | |
| async System.Threading.Tasks.Task< DeletedEntityResponse > | DeletePropertyDefinitionAsync (string domain, string scope, string code, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| Delete property definition Delete the definition of the specified property. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeletePropertyDefinitionWithHttpInfoAsync (string domain, string scope, string code, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| Delete property definition Delete the definition of the specified property. More... | |
| ResourceListOfPropertyDefinition | GetMultiplePropertyDefinitions (List< string > propertyKeys, DateTimeOffset? asAt=default(DateTimeOffset?), string filter=default(string)) |
| Get multiple property definitions Retrieve the definition of one or more specified properties. More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfPropertyDefinition > | GetMultiplePropertyDefinitionsWithHttpInfo (List< string > propertyKeys, DateTimeOffset? asAt=default(DateTimeOffset?), string filter=default(string)) |
| Get multiple property definitions Retrieve the definition of one or more specified properties. More... | |
| async System.Threading.Tasks.Task< ResourceListOfPropertyDefinition > | GetMultiplePropertyDefinitionsAsync (List< string > propertyKeys, DateTimeOffset? asAt=default(DateTimeOffset?), string filter=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| Get multiple property definitions Retrieve the definition of one or more specified properties. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfPropertyDefinition > > | GetMultiplePropertyDefinitionsWithHttpInfoAsync (List< string > propertyKeys, DateTimeOffset? asAt=default(DateTimeOffset?), string filter=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| Get multiple property definitions Retrieve the definition of one or more specified properties. More... | |
| PropertyDefinition | GetPropertyDefinition (string domain, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?)) |
| Get property definition Retrieve the definition of a specified property. More... | |
| Lusid.Sdk.Client.ApiResponse< PropertyDefinition > | GetPropertyDefinitionWithHttpInfo (string domain, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?)) |
| Get property definition Retrieve the definition of a specified property. More... | |
| async System.Threading.Tasks.Task< PropertyDefinition > | GetPropertyDefinitionAsync (string domain, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| Get property definition Retrieve the definition of a specified property. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PropertyDefinition > > | GetPropertyDefinitionWithHttpInfoAsync (string domain, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| Get property definition Retrieve the definition of a specified property. More... | |
| PropertyDefinition | UpdatePropertyDefinition (string domain, string scope, string code, UpdatePropertyDefinitionRequest updatePropertyDefinitionRequest) |
| Update property definition Update the definition of a specified existing property. Not all elements within a property definition are modifiable due to the potential implications for values already stored against the property. More... | |
| Lusid.Sdk.Client.ApiResponse< PropertyDefinition > | UpdatePropertyDefinitionWithHttpInfo (string domain, string scope, string code, UpdatePropertyDefinitionRequest updatePropertyDefinitionRequest) |
| Update property definition Update the definition of a specified existing property. Not all elements within a property definition are modifiable due to the potential implications for values already stored against the property. More... | |
| async System.Threading.Tasks.Task< PropertyDefinition > | UpdatePropertyDefinitionAsync (string domain, string scope, string code, UpdatePropertyDefinitionRequest updatePropertyDefinitionRequest, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| Update property definition Update the definition of a specified existing property. Not all elements within a property definition are modifiable due to the potential implications for values already stored against the property. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PropertyDefinition > > | UpdatePropertyDefinitionWithHttpInfoAsync (string domain, string scope, string code, UpdatePropertyDefinitionRequest updatePropertyDefinitionRequest, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| Update property definition Update the definition of a specified existing property. Not all elements within a property definition are modifiable due to the potential implications for values already stored against the property. More... | |
Properties | |
| Lusid.Sdk.Client.IAsynchronousClient | AsynchronousClient [get, set] |
| The client for accessing this underlying API asynchronously. More... | |
| Lusid.Sdk.Client.ISynchronousClient | Client [get, set] |
| The client for accessing this underlying API synchronously. More... | |
| Lusid.Sdk.Client.IReadableConfiguration | Configuration [get, set] |
| Gets or sets the configuration object More... | |
| Lusid.Sdk.Client.ExceptionFactory | ExceptionFactory [get, set] |
| Provides a factory method hook for the creation of exceptions. More... | |
Properties inherited from Lusid.Sdk.Client.IApiAccessor | |
| IReadableConfiguration | Configuration [get, set] |
| Gets or sets the configuration object More... | |
| ExceptionFactory | ExceptionFactory [get, set] |
| Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the PropertyDefinitionsApi class.
|
inline |
Initializes a new instance of the PropertyDefinitionsApi class.
|
inline |
Initializes a new instance of the PropertyDefinitionsApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the PropertyDefinitionsApi class using a Configuration object and client instance.
| client | The client interface for synchronous API access. |
| asyncClient | The client interface for asynchronous API access. |
| configuration | The configuration object. |
|
inline |
[EARLY ACCESS] Create derived property definition Define a new derived property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createDerivedPropertyDefinitionRequest | The definition of the new derived property. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiSync.
|
inline |
[EARLY ACCESS] Create derived property definition Define a new derived property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createDerivedPropertyDefinitionRequest | The definition of the new derived property. |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] Create derived property definition Define a new derived property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createDerivedPropertyDefinitionRequest | The definition of the new derived property. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiSync.
|
inline |
[EARLY ACCESS] Create derived property definition Define a new derived property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createDerivedPropertyDefinitionRequest | The definition of the new derived property. |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiAsync.
|
inline |
Create property definition Define a new property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createPropertyDefinitionRequest | The definition of the new property. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiSync.
|
inline |
Create property definition Define a new property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createPropertyDefinitionRequest | The definition of the new property. |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiAsync.
|
inline |
Create property definition Define a new property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createPropertyDefinitionRequest | The definition of the new property. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiSync.
|
inline |
Create property definition Define a new property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createPropertyDefinitionRequest | The definition of the new property. |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiAsync.
|
inline |
Delete property definition Delete the definition of the specified property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain of the property to be deleted. |
| scope | The scope of the property to be deleted. |
| code | The code of the property to be deleted. Together with the domain and scope this uniquely identifies the property. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiSync.
|
inline |
Delete property definition Delete the definition of the specified property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain of the property to be deleted. |
| scope | The scope of the property to be deleted. |
| code | The code of the property to be deleted. Together with the domain and scope this uniquely identifies the property. |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiAsync.
|
inline |
Delete property definition Delete the definition of the specified property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain of the property to be deleted. |
| scope | The scope of the property to be deleted. |
| code | The code of the property to be deleted. Together with the domain and scope this uniquely identifies the property. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiSync.
|
inline |
Delete property definition Delete the definition of the specified property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain of the property to be deleted. |
| scope | The scope of the property to be deleted. |
| code | The code of the property to be deleted. Together with the domain and scope this uniquely identifies the property. |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiAsync.
|
inline |
|
inline |
Get multiple property definitions Retrieve the definition of one or more specified properties.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| propertyKeys | One or more property keys which identify each property that a definition should be retrieved for. The format for each property key is {domain}/{scope}/{code}, e.g. 'Portfolio/Manager/Id'. |
| asAt | The asAt datetime at which to retrieve the property definitions. Defaults to return the latest version of each definition if not specified. (optional) |
| filter | Expression to filter the result set. For example, to filter on the Lifetime, use "lifeTime eq 'Perpetual'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiSync.
|
inline |
Get multiple property definitions Retrieve the definition of one or more specified properties.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| propertyKeys | One or more property keys which identify each property that a definition should be retrieved for. The format for each property key is {domain}/{scope}/{code}, e.g. 'Portfolio/Manager/Id'. |
| asAt | The asAt datetime at which to retrieve the property definitions. Defaults to return the latest version of each definition if not specified. (optional) |
| filter | Expression to filter the result set. For example, to filter on the Lifetime, use "lifeTime eq 'Perpetual'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiAsync.
|
inline |
Get multiple property definitions Retrieve the definition of one or more specified properties.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| propertyKeys | One or more property keys which identify each property that a definition should be retrieved for. The format for each property key is {domain}/{scope}/{code}, e.g. 'Portfolio/Manager/Id'. |
| asAt | The asAt datetime at which to retrieve the property definitions. Defaults to return the latest version of each definition if not specified. (optional) |
| filter | Expression to filter the result set. For example, to filter on the Lifetime, use "lifeTime eq 'Perpetual'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiSync.
|
inline |
Get multiple property definitions Retrieve the definition of one or more specified properties.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| propertyKeys | One or more property keys which identify each property that a definition should be retrieved for. The format for each property key is {domain}/{scope}/{code}, e.g. 'Portfolio/Manager/Id'. |
| asAt | The asAt datetime at which to retrieve the property definitions. Defaults to return the latest version of each definition if not specified. (optional) |
| filter | Expression to filter the result set. For example, to filter on the Lifetime, use "lifeTime eq 'Perpetual'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiAsync.
|
inline |
Get property definition Retrieve the definition of a specified property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain of the specified property. |
| scope | The scope of the specified property. |
| code | The code of the specified property. Together with the domain and scope this uniquely identifies the property. |
| asAt | The asAt datetime at which to retrieve the property definition. Defaults to return the latest version of the definition if not specified. (optional) |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiSync.
|
inline |
Get property definition Retrieve the definition of a specified property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain of the specified property. |
| scope | The scope of the specified property. |
| code | The code of the specified property. Together with the domain and scope this uniquely identifies the property. |
| asAt | The asAt datetime at which to retrieve the property definition. Defaults to return the latest version of the definition if not specified. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiAsync.
|
inline |
Get property definition Retrieve the definition of a specified property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain of the specified property. |
| scope | The scope of the specified property. |
| code | The code of the specified property. Together with the domain and scope this uniquely identifies the property. |
| asAt | The asAt datetime at which to retrieve the property definition. Defaults to return the latest version of the definition if not specified. (optional) |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiSync.
|
inline |
Get property definition Retrieve the definition of a specified property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain of the specified property. |
| scope | The scope of the specified property. |
| code | The code of the specified property. Together with the domain and scope this uniquely identifies the property. |
| asAt | The asAt datetime at which to retrieve the property definition. Defaults to return the latest version of the definition if not specified. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiAsync.
|
inline |
Update property definition Update the definition of a specified existing property. Not all elements within a property definition are modifiable due to the potential implications for values already stored against the property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain of the property being updated. |
| scope | The scope of the property being updated. |
| code | The code of the property being updated. Together with the domain and scope this uniquely identifies the property. |
| updatePropertyDefinitionRequest | The updated definition of the property. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiSync.
|
inline |
Update property definition Update the definition of a specified existing property. Not all elements within a property definition are modifiable due to the potential implications for values already stored against the property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain of the property being updated. |
| scope | The scope of the property being updated. |
| code | The code of the property being updated. Together with the domain and scope this uniquely identifies the property. |
| updatePropertyDefinitionRequest | The updated definition of the property. |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiAsync.
|
inline |
Update property definition Update the definition of a specified existing property. Not all elements within a property definition are modifiable due to the potential implications for values already stored against the property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain of the property being updated. |
| scope | The scope of the property being updated. |
| code | The code of the property being updated. Together with the domain and scope this uniquely identifies the property. |
| updatePropertyDefinitionRequest | The updated definition of the property. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiSync.
|
inline |
Update property definition Update the definition of a specified existing property. Not all elements within a property definition are modifiable due to the potential implications for values already stored against the property.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain of the property being updated. |
| scope | The scope of the property being updated. |
| code | The code of the property being updated. Together with the domain and scope this uniquely identifies the property. |
| updatePropertyDefinitionRequest | The updated definition of the property. |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.IPropertyDefinitionsApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.
1.8.13