ATAS
Loading...
Searching...
No Matches
ATAS.DataFeedsCore.PortfolioViewer Class Reference

Represents a portfolio viewer used in the application. More...

Public Member Functions

PortfolioViewer Clone ()
 Creates a new instance of the PortfolioViewer class that is a shallow copy of the current instance.
 

Properties

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.
 

Detailed Description

Represents a portfolio viewer used in the application.

Member Function Documentation

◆ Clone()

PortfolioViewer ATAS.DataFeedsCore.PortfolioViewer.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.

Property Documentation

◆ 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: