PortfolioGroup
More...
|
| | PortfolioGroup (string href=default(string), ResourceId id=default(ResourceId), string displayName=default(string), string description=default(string), DateTimeOffset created=default(DateTimeOffset), List< ResourceId > portfolios=default(List< ResourceId >), List< ResourceId > subGroups=default(List< ResourceId >), Dictionary< string, Property > properties=default(Dictionary< string, Property >), List< Relationship > relationships=default(List< Relationship >), ModelVersion varVersion=default(ModelVersion), List< Link > links=default(List< Link >)) |
| | Initializes a new instance of the PortfolioGroup 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 (PortfolioGroup input) |
| | Returns true if PortfolioGroup instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
| string | Href [get, set] |
| | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
|
| |
| ResourceId | Id [get, set] |
| | Gets or Sets Id More...
|
| |
| string | DisplayName [get, set] |
| | The name of the portfolio group. More...
|
| |
| string | Description [get, set] |
| | The long form description of the portfolio group. More...
|
| |
| DateTimeOffset | Created [get, set] |
| | The effective datetime at which the portfolio group was created. No portfolios or sub groups can be added to the group before this date. More...
|
| |
| List< ResourceId > | Portfolios [get, set] |
| | The collection of resource identifiers for the portfolios contained in the portfolio group. More...
|
| |
| List< ResourceId > | SubGroups [get, set] |
| | The collection of resource identifiers for the portfolio groups contained in the portfolio group as sub groups. More...
|
| |
| Dictionary< string, Property > | Properties [get, set] |
| | A collection of properties from the 'PortfolioGroup' domain decorating the portfolio group. Returned only when the request specifies propertyKeys. More...
|
| |
| List< Relationship > | Relationships [get, set] |
| | A set of relationships associated to the portfolio group. More...
|
| |
| ModelVersion | VarVersion [get, set] |
| | Gets or Sets VarVersion More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
◆ PortfolioGroup() [1/2]
| Lusid.Sdk.Model.PortfolioGroup.PortfolioGroup |
( |
| ) |
|
|
inlineprotected |
◆ PortfolioGroup() [2/2]
| Lusid.Sdk.Model.PortfolioGroup.PortfolioGroup |
( |
string |
href = default(string), |
|
|
ResourceId |
id = default(ResourceId), |
|
|
string |
displayName = default(string), |
|
|
string |
description = default(string), |
|
|
DateTimeOffset |
created = default(DateTimeOffset), |
|
|
List< ResourceId > |
portfolios = default(List<ResourceId>), |
|
|
List< ResourceId > |
subGroups = default(List<ResourceId>), |
|
|
Dictionary< string, Property > |
properties = default(Dictionary<string, Property>), |
|
|
List< Relationship > |
relationships = default(List<Relationship>), |
|
|
ModelVersion |
varVersion = default(ModelVersion), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the PortfolioGroup class.
- Parameters
-
| href | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.. |
| id | id (required). |
| displayName | The name of the portfolio group. (required). |
| description | The long form description of the portfolio group.. |
| created | The effective datetime at which the portfolio group was created. No portfolios or sub groups can be added to the group before this date.. |
| portfolios | The collection of resource identifiers for the portfolios contained in the portfolio group.. |
| subGroups | The collection of resource identifiers for the portfolio groups contained in the portfolio group as sub groups.. |
| properties | A collection of properties from the 'PortfolioGroup' domain decorating the portfolio group. Returned only when the request specifies propertyKeys.. |
| relationships | A set of relationships associated to the portfolio group.. |
| varVersion | varVersion. |
| links | links. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.PortfolioGroup.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
Returns true if PortfolioGroup instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.PortfolioGroup.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.PortfolioGroup.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.PortfolioGroup.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Created
| DateTimeOffset Lusid.Sdk.Model.PortfolioGroup.Created |
|
getset |
The effective datetime at which the portfolio group was created. No portfolios or sub groups can be added to the group before this date.
The effective datetime at which the portfolio group was created. No portfolios or sub groups can be added to the group before this date.
◆ Description
| string Lusid.Sdk.Model.PortfolioGroup.Description |
|
getset |
The long form description of the portfolio group.
The long form description of the portfolio group.
◆ DisplayName
| string Lusid.Sdk.Model.PortfolioGroup.DisplayName |
|
getset |
The name of the portfolio group.
The name of the portfolio group.
◆ Href
| string Lusid.Sdk.Model.PortfolioGroup.Href |
|
getset |
The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
◆ Id
◆ Links
| List<Link> Lusid.Sdk.Model.PortfolioGroup.Links |
|
getset |
◆ Portfolios
| List<ResourceId> Lusid.Sdk.Model.PortfolioGroup.Portfolios |
|
getset |
The collection of resource identifiers for the portfolios contained in the portfolio group.
The collection of resource identifiers for the portfolios contained in the portfolio group.
◆ Properties
| Dictionary<string, Property> Lusid.Sdk.Model.PortfolioGroup.Properties |
|
getset |
A collection of properties from the 'PortfolioGroup' domain decorating the portfolio group. Returned only when the request specifies propertyKeys.
A collection of properties from the 'PortfolioGroup' domain decorating the portfolio group. Returned only when the request specifies propertyKeys.
◆ Relationships
| List<Relationship> Lusid.Sdk.Model.PortfolioGroup.Relationships |
|
getset |
A set of relationships associated to the portfolio group.
A set of relationships associated to the portfolio group.
◆ SubGroups
| List<ResourceId> Lusid.Sdk.Model.PortfolioGroup.SubGroups |
|
getset |
The collection of resource identifiers for the portfolio groups contained in the portfolio group as sub groups.
The collection of resource identifiers for the portfolio groups contained in the portfolio group as sub groups.
◆ VarVersion
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/PortfolioGroup.cs