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

DeletedEntityResponse More...

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

Public Member Functions

 DeletedEntityResponse (string href=default(string), DateTimeOffset? effectiveFrom=default(DateTimeOffset?), DateTimeOffset asAt=default(DateTimeOffset), string entityType=default(string), string entityUniqueId=default(string), StagedModificationsInfo stagedModifications=default(StagedModificationsInfo), List< Link > links=default(List< Link >))
 Initializes a new instance of the DeletedEntityResponse 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 (DeletedEntityResponse input)
 Returns true if DeletedEntityResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
DateTimeOffset? EffectiveFrom [get, set]
 The effective datetime at which the deletion became valid. May be null in the case where multiple date times are applicable. More...
 
DateTimeOffset AsAt [get, set]
 The asAt datetime at which the deletion was committed to LUSID. More...
 
string EntityType [get, set]
 The type of the entity that the deleted response applies to. More...
 
string EntityUniqueId [get, set]
 The unique Id of the entity that the deleted response applies to. More...
 
StagedModificationsInfo StagedModifications [get, set]
 Gets or Sets StagedModifications More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

DeletedEntityResponse

Constructor & Destructor Documentation

◆ DeletedEntityResponse() [1/2]

Lusid.Sdk.Model.DeletedEntityResponse.DeletedEntityResponse ( )
inlineprotected

Initializes a new instance of the DeletedEntityResponse class.

◆ DeletedEntityResponse() [2/2]

Lusid.Sdk.Model.DeletedEntityResponse.DeletedEntityResponse ( string  href = default(string),
DateTimeOffset?  effectiveFrom = default(DateTimeOffset?),
DateTimeOffset  asAt = default(DateTimeOffset),
string  entityType = default(string),
string  entityUniqueId = default(string),
StagedModificationsInfo  stagedModifications = default(StagedModificationsInfo),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the DeletedEntityResponse class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
effectiveFromThe effective datetime at which the deletion became valid. May be null in the case where multiple date times are applicable..
asAtThe asAt datetime at which the deletion was committed to LUSID. (required).
entityTypeThe type of the entity that the deleted response applies to..
entityUniqueIdThe unique Id of the entity that the deleted response applies to..
stagedModificationsstagedModifications.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DeletedEntityResponse instances are equal

Parameters
inputInstance of DeletedEntityResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAt

DateTimeOffset Lusid.Sdk.Model.DeletedEntityResponse.AsAt
getset

The asAt datetime at which the deletion was committed to LUSID.

The asAt datetime at which the deletion was committed to LUSID.

◆ EffectiveFrom

DateTimeOffset? Lusid.Sdk.Model.DeletedEntityResponse.EffectiveFrom
getset

The effective datetime at which the deletion became valid. May be null in the case where multiple date times are applicable.

The effective datetime at which the deletion became valid. May be null in the case where multiple date times are applicable.

◆ EntityType

string Lusid.Sdk.Model.DeletedEntityResponse.EntityType
getset

The type of the entity that the deleted response applies to.

The type of the entity that the deleted response applies to.

◆ EntityUniqueId

string Lusid.Sdk.Model.DeletedEntityResponse.EntityUniqueId
getset

The unique Id of the entity that the deleted response applies to.

The unique Id of the entity that the deleted response applies to.

◆ Href

string Lusid.Sdk.Model.DeletedEntityResponse.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.

◆ Links

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

Gets or Sets Links

◆ StagedModifications

StagedModificationsInfo Lusid.Sdk.Model.DeletedEntityResponse.StagedModifications
getset

Gets or Sets StagedModifications


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