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

CustomEntityEntity More...

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

Public Member Functions

 CustomEntityEntity (string href=default(string), string entityUniqueId=default(string), int? asAtVersionNumber=default(int?), string status=default(string), DateTimeOffset? asAtDeleted=default(DateTimeOffset?), string userIdDeleted=default(string), string requestIdDeleted=default(string), DateTimeOffset? effectiveAtCreated=default(DateTimeOffset?), CustomEntityResponse prevailingCustomEntity=default(CustomEntityResponse), CustomEntityResponse deletedCustomEntity=default(CustomEntityResponse), string previewedStatus=default(string), CustomEntityResponse previewedCustomEntity=default(CustomEntityResponse), List< Link > links=default(List< Link >))
 Initializes a new instance of the CustomEntityEntity 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 (CustomEntityEntity input)
 Returns true if CustomEntityEntity instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
string EntityUniqueId [get, set]
 The unique id of the entity. More...
 
int? AsAtVersionNumber [get, set]
 The integer version number for the entity (the entity was created at version 1) More...
 
string Status [get, set]
 The status of the entity at the current time. Available values: Prevailing, Deleted, DoesNotExist. More...
 
DateTimeOffset? AsAtDeleted [get, set]
 The asAt datetime at which the entity was deleted. More...
 
string UserIdDeleted [get, set]
 The unique id of the user who deleted the entity. More...
 
string RequestIdDeleted [get, set]
 The unique request id of the command that deleted the entity. More...
 
DateTimeOffset? EffectiveAtCreated [get, set]
 The EffectiveAt this Entity is created, if entity does not currently exist in EffectiveAt. More...
 
CustomEntityResponse PrevailingCustomEntity [get, set]
 Gets or Sets PrevailingCustomEntity More...
 
CustomEntityResponse DeletedCustomEntity [get, set]
 Gets or Sets DeletedCustomEntity More...
 
string PreviewedStatus [get, set]
 The status of the previewed entity. Available values: Prevailing, Deleted, DoesNotExist. More...
 
CustomEntityResponse PreviewedCustomEntity [get, set]
 Gets or Sets PreviewedCustomEntity More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

CustomEntityEntity

Constructor & Destructor Documentation

◆ CustomEntityEntity() [1/2]

Lusid.Sdk.Model.CustomEntityEntity.CustomEntityEntity ( )
inlineprotected

Initializes a new instance of the CustomEntityEntity class.

◆ CustomEntityEntity() [2/2]

Lusid.Sdk.Model.CustomEntityEntity.CustomEntityEntity ( string  href = default(string),
string  entityUniqueId = default(string),
int?  asAtVersionNumber = default(int?),
string  status = default(string),
DateTimeOffset?  asAtDeleted = default(DateTimeOffset?),
string  userIdDeleted = default(string),
string  requestIdDeleted = default(string),
DateTimeOffset?  effectiveAtCreated = default(DateTimeOffset?),
CustomEntityResponse  prevailingCustomEntity = default(CustomEntityResponse),
CustomEntityResponse  deletedCustomEntity = default(CustomEntityResponse),
string  previewedStatus = default(string),
CustomEntityResponse  previewedCustomEntity = default(CustomEntityResponse),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the CustomEntityEntity class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. (required).
entityUniqueIdThe unique id of the entity. (required).
asAtVersionNumberThe integer version number for the entity (the entity was created at version 1).
statusThe status of the entity at the current time. Available values: Prevailing, Deleted, DoesNotExist. (required).
asAtDeletedThe asAt datetime at which the entity was deleted..
userIdDeletedThe unique id of the user who deleted the entity..
requestIdDeletedThe unique request id of the command that deleted the entity..
effectiveAtCreatedThe EffectiveAt this Entity is created, if entity does not currently exist in EffectiveAt..
prevailingCustomEntityprevailingCustomEntity.
deletedCustomEntitydeletedCustomEntity.
previewedStatusThe status of the previewed entity. Available values: Prevailing, Deleted, DoesNotExist..
previewedCustomEntitypreviewedCustomEntity.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CustomEntityEntity instances are equal

Parameters
inputInstance of CustomEntityEntity to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAtDeleted

DateTimeOffset? Lusid.Sdk.Model.CustomEntityEntity.AsAtDeleted
getset

The asAt datetime at which the entity was deleted.

The asAt datetime at which the entity was deleted.

◆ AsAtVersionNumber

int? Lusid.Sdk.Model.CustomEntityEntity.AsAtVersionNumber
getset

The integer version number for the entity (the entity was created at version 1)

The integer version number for the entity (the entity was created at version 1)

◆ DeletedCustomEntity

CustomEntityResponse Lusid.Sdk.Model.CustomEntityEntity.DeletedCustomEntity
getset

Gets or Sets DeletedCustomEntity

◆ EffectiveAtCreated

DateTimeOffset? Lusid.Sdk.Model.CustomEntityEntity.EffectiveAtCreated
getset

The EffectiveAt this Entity is created, if entity does not currently exist in EffectiveAt.

The EffectiveAt this Entity is created, if entity does not currently exist in EffectiveAt.

◆ EntityUniqueId

string Lusid.Sdk.Model.CustomEntityEntity.EntityUniqueId
getset

The unique id of the entity.

The unique id of the entity.

◆ Href

string Lusid.Sdk.Model.CustomEntityEntity.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.CustomEntityEntity.Links
getset

Gets or Sets Links

◆ PrevailingCustomEntity

CustomEntityResponse Lusid.Sdk.Model.CustomEntityEntity.PrevailingCustomEntity
getset

Gets or Sets PrevailingCustomEntity

◆ PreviewedCustomEntity

CustomEntityResponse Lusid.Sdk.Model.CustomEntityEntity.PreviewedCustomEntity
getset

Gets or Sets PreviewedCustomEntity

◆ PreviewedStatus

string Lusid.Sdk.Model.CustomEntityEntity.PreviewedStatus
getset

The status of the previewed entity. Available values: Prevailing, Deleted, DoesNotExist.

The status of the previewed entity. Available values: Prevailing, Deleted, DoesNotExist.

◆ RequestIdDeleted

string Lusid.Sdk.Model.CustomEntityEntity.RequestIdDeleted
getset

The unique request id of the command that deleted the entity.

The unique request id of the command that deleted the entity.

◆ Status

string Lusid.Sdk.Model.CustomEntityEntity.Status
getset

The status of the entity at the current time. Available values: Prevailing, Deleted, DoesNotExist.

The status of the entity at the current time. Available values: Prevailing, Deleted, DoesNotExist.

◆ UserIdDeleted

string Lusid.Sdk.Model.CustomEntityEntity.UserIdDeleted
getset

The unique id of the user who deleted the entity.

The unique id of the user who deleted the entity.


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