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

PortfolioGroup More...

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

Public Member Functions

 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 >), List< Relationship > relationships=default(List< Relationship >), ModelVersion version=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...
 

Protected Member Functions

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

Properties

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< ResourceIdPortfolios [get, set]
 The collection of resource identifiers for the portfolios contained in the portfolio group. More...
 
List< ResourceIdSubGroups [get, set]
 The collection of resource identifiers for the portfolio groups contained in the portfolio group as sub groups. More...
 
List< RelationshipRelationships [get, set]
 A set of relationships associated to the portfolio group. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

PortfolioGroup

Constructor & Destructor Documentation

◆ PortfolioGroup() [1/2]

Lusid.Sdk.Model.PortfolioGroup.PortfolioGroup ( )
inlineprotected

Initializes a new instance of the PortfolioGroup class.

◆ 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>),
List< Relationship relationships = default(List<Relationship>),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the PortfolioGroup class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
idid (required).
displayNameThe name of the portfolio group. (required).
descriptionThe long form description of the portfolio group..
createdThe effective datetime at which the portfolio group was created. No portfolios or sub groups can be added to the group before this date..
portfoliosThe collection of resource identifiers for the portfolios contained in the portfolio group..
subGroupsThe collection of resource identifiers for the portfolio groups contained in the portfolio group as sub groups..
relationshipsA set of relationships associated to the portfolio group..
versionversion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PortfolioGroup instances are equal

Parameters
inputInstance of PortfolioGroup to be compared
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

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.PortfolioGroup._Version
getset

Gets or Sets _Version

◆ 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

ResourceId Lusid.Sdk.Model.PortfolioGroup.Id
getset

Gets or Sets Id

◆ Links

List<Link> Lusid.Sdk.Model.PortfolioGroup.Links
getset

Gets or Sets Links

◆ 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.

◆ 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.


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