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

Timeline More...

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

Public Member Functions

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

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
string DisplayName [get, set]
 The name of the Timeline. More...
 
string Description [get, set]
 A description for the Timeline. More...
 
Dictionary< string, PropertyProperties [get, set]
 The Timelines properties. These will be from the &#39;Timeline&#39; domain. More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

Timeline

Constructor & Destructor Documentation

◆ Timeline()

Lusid.Sdk.Model.Timeline.Timeline ( ResourceId  id = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
ModelVersion  varVersion = default(ModelVersion),
string  href = default(string),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the Timeline class.

Parameters
idid.
displayNameThe name of the Timeline..
descriptionA description for the Timeline..
propertiesThe Timelines properties. These will be from the &#39;Timeline&#39; domain..
varVersionvarVersion.
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Timeline instances are equal

Parameters
inputInstance of Timeline to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.Timeline.Description
getset

A description for the Timeline.

A description for the Timeline.

◆ DisplayName

string Lusid.Sdk.Model.Timeline.DisplayName
getset

The name of the Timeline.

The name of the Timeline.

◆ Href

string Lusid.Sdk.Model.Timeline.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime.

◆ Id

ResourceId Lusid.Sdk.Model.Timeline.Id
getset

Gets or Sets Id

◆ Links

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

Gets or Sets Links

◆ Properties

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

The Timelines properties. These will be from the &#39;Timeline&#39; domain.

The Timelines properties. These will be from the &#39;Timeline&#39; domain.

◆ VarVersion

ModelVersion Lusid.Sdk.Model.Timeline.VarVersion
getset

Gets or Sets VarVersion


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