Represents a portfolio viewer used in the application.
More...
|
PortfolioViewer | Clone () |
| Creates a new instance of the PortfolioViewer class that is a shallow copy of the current instance.
|
|
|
long | Id [get, set] |
| Gets or sets the ID of the portfolio viewer.
|
|
string | AccountId [get, set] |
| Gets or sets the account ID associated with the portfolio viewer.
|
|
Portfolio | Portfolio [get, set] |
| Gets or sets the portfolio associated with the portfolio viewer.
|
|
long | UserId [get, set] |
| Gets or sets the ID of the user associated with the portfolio viewer.
|
|
User | User [get, set] |
| Gets or sets the user associated with the portfolio viewer.
|
|
DateTime? | ProcessedTime [get, set] |
| Gets or sets the time when the portfolio viewer was last processed.
|
|
bool | IsDeleted [get, set] |
| Gets or sets a value indicating whether the portfolio viewer is marked as deleted.
|
|
Represents a portfolio viewer used in the application.
◆ Clone()
Creates a new instance of the PortfolioViewer class that is a shallow copy of the current instance.
- Returns
- A shallow copy of the current instance.
◆ AccountId
string ATAS.DataFeedsCore.PortfolioViewer.AccountId |
|
getset |
Gets or sets the account ID associated with the portfolio viewer.
◆ Id
long ATAS.DataFeedsCore.PortfolioViewer.Id |
|
getset |
Gets or sets the ID of the portfolio viewer.
◆ IsDeleted
bool ATAS.DataFeedsCore.PortfolioViewer.IsDeleted |
|
getset |
Gets or sets a value indicating whether the portfolio viewer is marked as deleted.
◆ Portfolio
Portfolio ATAS.DataFeedsCore.PortfolioViewer.Portfolio |
|
getset |
Gets or sets the portfolio associated with the portfolio viewer.
◆ ProcessedTime
DateTime? ATAS.DataFeedsCore.PortfolioViewer.ProcessedTime |
|
getset |
Gets or sets the time when the portfolio viewer was last processed.
◆ User
User ATAS.DataFeedsCore.PortfolioViewer.User |
|
getset |
Gets or sets the user associated with the portfolio viewer.
◆ UserId
long ATAS.DataFeedsCore.PortfolioViewer.UserId |
|
getset |
Gets or sets the ID of the user associated with the portfolio viewer.
The documentation for this class was generated from the following file: