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

A definition for the period you wish to close More...

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

Public Member Functions

 UpsertFundBookmarkRequest (string bookmarkCode=default(string), string displayName=default(string), string description=default(string), DateTimeOffset effectiveAt=default(DateTimeOffset), DateTimeOffset? queryAsAt=default(DateTimeOffset?), Dictionary< string, Property > properties=default(Dictionary< string, Property >), DateTimeOffset? holdingsAsAtOverride=default(DateTimeOffset?), DateTimeOffset? valuationsAsAtOverride=default(DateTimeOffset?))
 Initializes a new instance of the UpsertFundBookmarkRequest 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 (UpsertFundBookmarkRequest input)
 Returns true if UpsertFundBookmarkRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string BookmarkCode [get, set]
 Unique code for the Bookmark. More...
 
string DisplayName [get, set]
 Identifiable Name assigned to the Bookmark. More...
 
string Description [get, set]
 Description assigned to the Bookmark. More...
 
DateTimeOffset EffectiveAt [get, set]
 The effective time of the Bookmark. More...
 
DateTimeOffset? QueryAsAt [get, set]
 The query time of the Bookmark. Defaults to latest. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties for the Bookmark. More...
 
DateTimeOffset? HoldingsAsAtOverride [get, set]
 The optional AsAt Override to use for building holdings in the Bookmark. Defaults to Latest. More...
 
DateTimeOffset? ValuationsAsAtOverride [get, set]
 The optional AsAt Override to use for performing valuations in the Bookmark. Defaults to Latest. More...
 

Detailed Description

A definition for the period you wish to close

Constructor & Destructor Documentation

◆ UpsertFundBookmarkRequest() [1/2]

Lusid.Sdk.Model.UpsertFundBookmarkRequest.UpsertFundBookmarkRequest ( )
inlineprotected

Initializes a new instance of the UpsertFundBookmarkRequest class.

◆ UpsertFundBookmarkRequest() [2/2]

Lusid.Sdk.Model.UpsertFundBookmarkRequest.UpsertFundBookmarkRequest ( string  bookmarkCode = default(string),
string  displayName = default(string),
string  description = default(string),
DateTimeOffset  effectiveAt = default(DateTimeOffset),
DateTimeOffset?  queryAsAt = default(DateTimeOffset?),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
DateTimeOffset?  holdingsAsAtOverride = default(DateTimeOffset?),
DateTimeOffset?  valuationsAsAtOverride = default(DateTimeOffset?) 
)
inline

Initializes a new instance of the UpsertFundBookmarkRequest class.

Parameters
bookmarkCodeUnique code for the Bookmark. (required).
displayNameIdentifiable Name assigned to the Bookmark. (required).
descriptionDescription assigned to the Bookmark..
effectiveAtThe effective time of the Bookmark. (required).
queryAsAtThe query time of the Bookmark. Defaults to latest..
propertiesA set of properties for the Bookmark..
holdingsAsAtOverrideThe optional AsAt Override to use for building holdings in the Bookmark. Defaults to Latest..
valuationsAsAtOverrideThe optional AsAt Override to use for performing valuations in the Bookmark. Defaults to Latest..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertFundBookmarkRequest instances are equal

Parameters
inputInstance of UpsertFundBookmarkRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BookmarkCode

string Lusid.Sdk.Model.UpsertFundBookmarkRequest.BookmarkCode
getset

Unique code for the Bookmark.

Unique code for the Bookmark.

◆ Description

string Lusid.Sdk.Model.UpsertFundBookmarkRequest.Description
getset

Description assigned to the Bookmark.

Description assigned to the Bookmark.

◆ DisplayName

string Lusid.Sdk.Model.UpsertFundBookmarkRequest.DisplayName
getset

Identifiable Name assigned to the Bookmark.

Identifiable Name assigned to the Bookmark.

◆ EffectiveAt

DateTimeOffset Lusid.Sdk.Model.UpsertFundBookmarkRequest.EffectiveAt
getset

The effective time of the Bookmark.

The effective time of the Bookmark.

◆ HoldingsAsAtOverride

DateTimeOffset? Lusid.Sdk.Model.UpsertFundBookmarkRequest.HoldingsAsAtOverride
getset

The optional AsAt Override to use for building holdings in the Bookmark. Defaults to Latest.

The optional AsAt Override to use for building holdings in the Bookmark. Defaults to Latest.

◆ Properties

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

A set of properties for the Bookmark.

A set of properties for the Bookmark.

◆ QueryAsAt

DateTimeOffset? Lusid.Sdk.Model.UpsertFundBookmarkRequest.QueryAsAt
getset

The query time of the Bookmark. Defaults to latest.

The query time of the Bookmark. Defaults to latest.

◆ ValuationsAsAtOverride

DateTimeOffset? Lusid.Sdk.Model.UpsertFundBookmarkRequest.ValuationsAsAtOverride
getset

The optional AsAt Override to use for performing valuations in the Bookmark. Defaults to Latest.

The optional AsAt Override to use for performing valuations in the Bookmark. Defaults to Latest.


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