Class CreateFileShareVM
Inheritance
System.Object
CreateFileShareVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class CreateFileShareVM : System.ComponentModel.INotifyPropertyChanged
Properties
Expires
Declaration
public System.DateTime? Expires { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Permission
Declaration
public FilePermissionCRUDVM Permission { get; set; }
Property Value
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 |
|