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

Public Member Functions | |
| PropertyDefinition | CreateDerivedPropertyDefinition (CreateDerivedPropertyDefinitionRequest createDerivedPropertyDefinitionRequest) |
| [EARLY ACCESS] Create derived property definition More... | |
| ApiResponse< PropertyDefinition > | CreateDerivedPropertyDefinitionWithHttpInfo (CreateDerivedPropertyDefinitionRequest createDerivedPropertyDefinitionRequest) |
| [EARLY ACCESS] Create derived property definition More... | |
| PropertyDefinition | CreatePropertyDefinition (CreatePropertyDefinitionRequest createPropertyDefinitionRequest) |
| Create property definition More... | |
| ApiResponse< PropertyDefinition > | CreatePropertyDefinitionWithHttpInfo (CreatePropertyDefinitionRequest createPropertyDefinitionRequest) |
| Create property definition More... | |
| DeletedEntityResponse | DeletePropertyDefinition (string domain, string scope, string code) |
| Delete property definition More... | |
| ApiResponse< DeletedEntityResponse > | DeletePropertyDefinitionWithHttpInfo (string domain, string scope, string code) |
| Delete property definition More... | |
| ResourceListOfPropertyDefinition | GetMultiplePropertyDefinitions (List< string > propertyKeys, DateTimeOffset? asAt=default(DateTimeOffset?), string filter=default(string)) |
| Get multiple property definitions More... | |
| ApiResponse< ResourceListOfPropertyDefinition > | GetMultiplePropertyDefinitionsWithHttpInfo (List< string > propertyKeys, DateTimeOffset? asAt=default(DateTimeOffset?), string filter=default(string)) |
| Get multiple property definitions More... | |
| PropertyDefinition | GetPropertyDefinition (string domain, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?)) |
| Get property definition More... | |
| ApiResponse< PropertyDefinition > | GetPropertyDefinitionWithHttpInfo (string domain, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?)) |
| Get property definition More... | |
| PropertyDefinition | UpdatePropertyDefinition (string domain, string scope, string code, UpdatePropertyDefinitionRequest updatePropertyDefinitionRequest) |
| Update property definition More... | |
| ApiResponse< PropertyDefinition > | UpdatePropertyDefinitionWithHttpInfo (string domain, string scope, string code, UpdatePropertyDefinitionRequest updatePropertyDefinitionRequest) |
| Update property definition More... | |
Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor | |
| String | GetBasePath () |
| Gets the base path of the API client. More... | |
Additional Inherited Members | |
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
| PropertyDefinition Lusid.Sdk.Api.IPropertyDefinitionsApiSync.CreateDerivedPropertyDefinition | ( | CreateDerivedPropertyDefinitionRequest | createDerivedPropertyDefinitionRequest | ) |
[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. |
Implemented in Lusid.Sdk.Api.PropertyDefinitionsApi.
| ApiResponse<PropertyDefinition> Lusid.Sdk.Api.IPropertyDefinitionsApiSync.CreateDerivedPropertyDefinitionWithHttpInfo | ( | CreateDerivedPropertyDefinitionRequest | createDerivedPropertyDefinitionRequest | ) |
[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. |
Implemented in Lusid.Sdk.Api.PropertyDefinitionsApi.
| PropertyDefinition Lusid.Sdk.Api.IPropertyDefinitionsApiSync.CreatePropertyDefinition | ( | CreatePropertyDefinitionRequest | createPropertyDefinitionRequest | ) |
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. |
Implemented in Lusid.Sdk.Api.PropertyDefinitionsApi.
| ApiResponse<PropertyDefinition> Lusid.Sdk.Api.IPropertyDefinitionsApiSync.CreatePropertyDefinitionWithHttpInfo | ( | CreatePropertyDefinitionRequest | createPropertyDefinitionRequest | ) |
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. |
Implemented in Lusid.Sdk.Api.PropertyDefinitionsApi.
| DeletedEntityResponse Lusid.Sdk.Api.IPropertyDefinitionsApiSync.DeletePropertyDefinition | ( | string | domain, |
| string | scope, | ||
| string | code | ||
| ) |
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. |
Implemented in Lusid.Sdk.Api.PropertyDefinitionsApi.
| ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.IPropertyDefinitionsApiSync.DeletePropertyDefinitionWithHttpInfo | ( | string | domain, |
| string | scope, | ||
| string | code | ||
| ) |
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. |
Implemented in Lusid.Sdk.Api.PropertyDefinitionsApi.
| ResourceListOfPropertyDefinition Lusid.Sdk.Api.IPropertyDefinitionsApiSync.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.
| 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) |
Implemented in Lusid.Sdk.Api.PropertyDefinitionsApi.
| ApiResponse<ResourceListOfPropertyDefinition> Lusid.Sdk.Api.IPropertyDefinitionsApiSync.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.
| 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) |
Implemented in Lusid.Sdk.Api.PropertyDefinitionsApi.
| PropertyDefinition Lusid.Sdk.Api.IPropertyDefinitionsApiSync.GetPropertyDefinition | ( | string | domain, |
| string | scope, | ||
| string | code, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?) |
||
| ) |
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) |
Implemented in Lusid.Sdk.Api.PropertyDefinitionsApi.
| ApiResponse<PropertyDefinition> Lusid.Sdk.Api.IPropertyDefinitionsApiSync.GetPropertyDefinitionWithHttpInfo | ( | string | domain, |
| string | scope, | ||
| string | code, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?) |
||
| ) |
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) |
Implemented in Lusid.Sdk.Api.PropertyDefinitionsApi.
| PropertyDefinition Lusid.Sdk.Api.IPropertyDefinitionsApiSync.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.
| 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. |
Implemented in Lusid.Sdk.Api.PropertyDefinitionsApi.
| ApiResponse<PropertyDefinition> Lusid.Sdk.Api.IPropertyDefinitionsApiSync.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.
| 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. |
Implemented in Lusid.Sdk.Api.PropertyDefinitionsApi.
1.8.13