API Reference
Class
DomainPortfolioChangeSet
Change set produced by comparing two portfolio snapshots.
Inheritance
- Object
- DomainPortfolioChangeSet
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public DomainPortfolioChangeSet() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Subject { get; set; } #Snapshot subject.
public DateTimeOffset PreviousCapturedAtUtc { get; set; } #Previous snapshot capture time.
public DateTimeOffset CurrentCapturedAtUtc { get; set; } #Current snapshot capture time.
public List<DomainPortfolioChange> Changes { get; set; } #Detected changes.