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

CreateTimelineRequest More...

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

Public Member Functions

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

Protected Member Functions

 CreateTimelineRequest ()
 Initializes a new instance of the CreateTimelineRequest class. 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...
 

Detailed Description

CreateTimelineRequest

Constructor & Destructor Documentation

◆ CreateTimelineRequest() [1/2]

Lusid.Sdk.Model.CreateTimelineRequest.CreateTimelineRequest ( )
inlineprotected

Initializes a new instance of the CreateTimelineRequest class.

◆ CreateTimelineRequest() [2/2]

Lusid.Sdk.Model.CreateTimelineRequest.CreateTimelineRequest ( ResourceId  id = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
Dictionary< string, Property properties = default(Dictionary<string, Property>) 
)
inline

Initializes a new instance of the CreateTimelineRequest class.

Parameters
idid (required).
displayNameThe name of the Timeline. (required).
descriptionA description for the Timeline..
propertiesThe Timelines properties. These will be from the &#39;Timeline&#39; domain..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreateTimelineRequest instances are equal

Parameters
inputInstance of CreateTimelineRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.CreateTimelineRequest.Description
getset

A description for the Timeline.

A description for the Timeline.

◆ DisplayName

string Lusid.Sdk.Model.CreateTimelineRequest.DisplayName
getset

The name of the Timeline.

The name of the Timeline.

◆ Id

ResourceId Lusid.Sdk.Model.CreateTimelineRequest.Id
getset

Gets or Sets Id

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.CreateTimelineRequest.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.


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