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

The list of commands. More...

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

Public Member Functions

 ProcessedCommand (string description=default(string), string path=default(string), User userId=default(User), DateTimeOffset processedTime=default(DateTimeOffset))
 Initializes a new instance of the ProcessedCommand 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 (ProcessedCommand input)
 Returns true if ProcessedCommand instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Description [get, set]
 The description of the command issued. More...
 
string Path [get, set]
 The unique identifier for the command including the request id. More...
 
User UserId [get, set]
 Gets or Sets UserId More...
 
DateTimeOffset ProcessedTime [get, set]
 The asAt datetime that the events published by the processing of this command were committed to LUSID. More...
 

Detailed Description

The list of commands.

Constructor & Destructor Documentation

◆ ProcessedCommand() [1/2]

Lusid.Sdk.Model.ProcessedCommand.ProcessedCommand ( )
inlineprotected

Initializes a new instance of the ProcessedCommand class.

◆ ProcessedCommand() [2/2]

Lusid.Sdk.Model.ProcessedCommand.ProcessedCommand ( string  description = default(string),
string  path = default(string),
User  userId = default(User),
DateTimeOffset  processedTime = default(DateTimeOffset) 
)
inline

Initializes a new instance of the ProcessedCommand class.

Parameters
descriptionThe description of the command issued. (required).
pathThe unique identifier for the command including the request id..
userIduserId (required).
processedTimeThe asAt datetime that the events published by the processing of this command were committed to LUSID. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ProcessedCommand instances are equal

Parameters
inputInstance of ProcessedCommand to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.ProcessedCommand.Description
getset

The description of the command issued.

The description of the command issued.

◆ Path

string Lusid.Sdk.Model.ProcessedCommand.Path
getset

The unique identifier for the command including the request id.

The unique identifier for the command including the request id.

◆ ProcessedTime

DateTimeOffset Lusid.Sdk.Model.ProcessedCommand.ProcessedTime
getset

The asAt datetime that the events published by the processing of this command were committed to LUSID.

The asAt datetime that the events published by the processing of this command were committed to LUSID.

◆ UserId

User Lusid.Sdk.Model.ProcessedCommand.UserId
getset

Gets or Sets UserId


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