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

ExpandedGroup More...

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

Public Member Functions

 ExpandedGroup (string href=default(string), ResourceId id=default(ResourceId), string displayName=default(string), string description=default(string), List< CompletePortfolio > values=default(List< CompletePortfolio >), List< ExpandedGroup > subGroups=default(List< ExpandedGroup >), ModelVersion version=default(ModelVersion), List< Link > links=default(List< Link >))
 Initializes a new instance of the ExpandedGroup 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 (ExpandedGroup input)
 Returns true if ExpandedGroup instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 ExpandedGroup ()
 Initializes a new instance of the ExpandedGroup 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...
 
List< CompletePortfolioValues [get, set]
 The collection of resource identifiers for the portfolios contained in the portfolio group. More...
 
List< ExpandedGroupSubGroups [get, set]
 The collection of resource identifiers for the portfolio groups contained in the portfolio group as sub groups. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

ExpandedGroup

Constructor & Destructor Documentation

◆ ExpandedGroup() [1/2]

Lusid.Sdk.Model.ExpandedGroup.ExpandedGroup ( )
inlineprotected

Initializes a new instance of the ExpandedGroup class.

◆ ExpandedGroup() [2/2]

Lusid.Sdk.Model.ExpandedGroup.ExpandedGroup ( string  href = default(string),
ResourceId  id = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
List< CompletePortfolio values = default(List<CompletePortfolio>),
List< ExpandedGroup subGroups = default(List<ExpandedGroup>),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the ExpandedGroup 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..
valuesThe 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..
versionversion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ExpandedGroup instances are equal

Parameters
inputInstance of ExpandedGroup to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.ExpandedGroup._Version
getset

Gets or Sets _Version

◆ Description

string Lusid.Sdk.Model.ExpandedGroup.Description
getset

The long form description of the portfolio group.

The long form description of the portfolio group.

◆ DisplayName

string Lusid.Sdk.Model.ExpandedGroup.DisplayName
getset

The name of the portfolio group.

The name of the portfolio group.

◆ Href

string Lusid.Sdk.Model.ExpandedGroup.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.ExpandedGroup.Id
getset

Gets or Sets Id

◆ Links

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

Gets or Sets Links

◆ SubGroups

List<ExpandedGroup> Lusid.Sdk.Model.ExpandedGroup.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.

◆ Values

List<CompletePortfolio> Lusid.Sdk.Model.ExpandedGroup.Values
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.


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