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

CreatePortfolioGroupRequest More...

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

Public Member Functions

 CreatePortfolioGroupRequest (string code=default(string), DateTimeOffset? created=default(DateTimeOffset?), List< ResourceId > values=default(List< ResourceId >), List< ResourceId > subGroups=default(List< ResourceId >), Dictionary< string, Property > properties=default(Dictionary< string, Property >), string displayName=default(string), string description=default(string))
 Initializes a new instance of the CreatePortfolioGroupRequest 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 (CreatePortfolioGroupRequest input)
 Returns true if CreatePortfolioGroupRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 CreatePortfolioGroupRequest ()
 Initializes a new instance of the CreatePortfolioGroupRequest class. More...
 

Properties

string Code [get, set]
 The code that the portfolio group will be created with. Together with the scope this uniquely identifies the portfolio group. More...
 
DateTimeOffset? Created [get, set]
 The effective datetime at which the portfolio group was created. Defaults to the current LUSID system datetime if not specified. More...
 
List< ResourceIdValues [get, set]
 The resource identifiers of the portfolios to be contained within the portfolio group. More...
 
List< ResourceIdSubGroups [get, set]
 The resource identifiers of the portfolio groups to be contained within the portfolio group as sub groups. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of unique group properties to add to the portfolio group. Each property must be from the &#39;PortfolioGroup&#39; domain and should be identified by its key which has the format {domain}/{scope}/{code}, e.g. &#39;PortfolioGroup/Manager/Id&#39;. These properties must be pre-defined. More...
 
string DisplayName [get, set]
 The name of the portfolio group. More...
 
string Description [get, set]
 A long form description of the portfolio group. More...
 

Detailed Description

CreatePortfolioGroupRequest

Constructor & Destructor Documentation

◆ CreatePortfolioGroupRequest() [1/2]

Lusid.Sdk.Model.CreatePortfolioGroupRequest.CreatePortfolioGroupRequest ( )
inlineprotected

Initializes a new instance of the CreatePortfolioGroupRequest class.

◆ CreatePortfolioGroupRequest() [2/2]

Lusid.Sdk.Model.CreatePortfolioGroupRequest.CreatePortfolioGroupRequest ( string  code = default(string),
DateTimeOffset?  created = default(DateTimeOffset?),
List< ResourceId values = default(List<ResourceId>),
List< ResourceId subGroups = default(List<ResourceId>),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
string  displayName = default(string),
string  description = default(string) 
)
inline

Initializes a new instance of the CreatePortfolioGroupRequest class.

Parameters
codeThe code that the portfolio group will be created with. Together with the scope this uniquely identifies the portfolio group. (required).
createdThe effective datetime at which the portfolio group was created. Defaults to the current LUSID system datetime if not specified..
valuesThe resource identifiers of the portfolios to be contained within the portfolio group..
subGroupsThe resource identifiers of the portfolio groups to be contained within the portfolio group as sub groups..
propertiesA set of unique group properties to add to the portfolio group. Each property must be from the &#39;PortfolioGroup&#39; domain and should be identified by its key which has the format {domain}/{scope}/{code}, e.g. &#39;PortfolioGroup/Manager/Id&#39;. These properties must be pre-defined..
displayNameThe name of the portfolio group. (required).
descriptionA long form description of the portfolio group..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreatePortfolioGroupRequest instances are equal

Parameters
inputInstance of CreatePortfolioGroupRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.CreatePortfolioGroupRequest.Code
getset

The code that the portfolio group will be created with. Together with the scope this uniquely identifies the portfolio group.

The code that the portfolio group will be created with. Together with the scope this uniquely identifies the portfolio group.

◆ Created

DateTimeOffset? Lusid.Sdk.Model.CreatePortfolioGroupRequest.Created
getset

The effective datetime at which the portfolio group was created. Defaults to the current LUSID system datetime if not specified.

The effective datetime at which the portfolio group was created. Defaults to the current LUSID system datetime if not specified.

◆ Description

string Lusid.Sdk.Model.CreatePortfolioGroupRequest.Description
getset

A long form description of the portfolio group.

A long form description of the portfolio group.

◆ DisplayName

string Lusid.Sdk.Model.CreatePortfolioGroupRequest.DisplayName
getset

The name of the portfolio group.

The name of the portfolio group.

◆ Properties

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

A set of unique group properties to add to the portfolio group. Each property must be from the &#39;PortfolioGroup&#39; domain and should be identified by its key which has the format {domain}/{scope}/{code}, e.g. &#39;PortfolioGroup/Manager/Id&#39;. These properties must be pre-defined.

A set of unique group properties to add to the portfolio group. Each property must be from the &#39;PortfolioGroup&#39; domain and should be identified by its key which has the format {domain}/{scope}/{code}, e.g. &#39;PortfolioGroup/Manager/Id&#39;. These properties must be pre-defined.

◆ SubGroups

List<ResourceId> Lusid.Sdk.Model.CreatePortfolioGroupRequest.SubGroups
getset

The resource identifiers of the portfolio groups to be contained within the portfolio group as sub groups.

The resource identifiers of the portfolio groups to be contained within the portfolio group as sub groups.

◆ Values

List<ResourceId> Lusid.Sdk.Model.CreatePortfolioGroupRequest.Values
getset

The resource identifiers of the portfolios to be contained within the portfolio group.

The resource identifiers of the portfolios to be contained within the portfolio group.


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