Class AuditActivityStat
Inheritance
System.Object
AuditActivityStat
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class AuditActivityStat : System.ComponentModel.INotifyPropertyChanged
Properties
Count
Declaration
public int Count { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Ids
Declaration
public System.Collections.Generic.ICollection<string> Ids { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<System.String> |
|
Month
Declaration
public System.DateTime Month { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
Methods
RaisePropertyChanged(String)
Declaration
protected virtual void RaisePropertyChanged(string propertyName = null)
Parameters
| Type |
Name |
Description |
| System.String |
propertyName |
|
Events
PropertyChanged
Declaration
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
Description |
| System.ComponentModel.PropertyChangedEventHandler |
|