Exposes metastate for a property. More...
Public Member Functions | |
| PropertyInfo (object model, string propertyName) | |
| Creates an instance of the type. More... | |
| void | Refresh () |
| Indicate that all properties have changed to trigger a UI refresh of all values. More... | |
Properties | |
| string | ErrorText [get] |
| Gets the validation error messages for a property on the Model More... | |
| string | WarningText [get] |
| Gets the validation warning messages for a property on the Model More... | |
| string | InformationText [get] |
| Gets the validation information messages for a property on the Model More... | |
| bool | CanRead [get] |
| Gets a value indicating whether the current user is authorized to read the property on the Model More... | |
| bool | CanWrite [get] |
| Gets a value indicating whether the current user is authorized to change the property on the Model More... | |
| bool | IsBusy [get] |
| Gets a value indicating whether the property on the Model is busy More... | |
Events | |
| PropertyChangedEventHandler | PropertyChanged |
| Event raised when a property changes. More... | |
Exposes metastate for a property.
Definition at line 20 of file Csla.AspNetCore.Shared/PropertyInfo.cs.
| Csla.AspNetCore.PropertyInfo.PropertyInfo | ( | object | model, |
| string | propertyName | ||
| ) |
Creates an instance of the type.
| model | Model object |
| propertyName | Property name |
Definition at line 30 of file Csla.AspNetCore.Shared/PropertyInfo.cs.
| void Csla.AspNetCore.PropertyInfo.Refresh | ( | ) |
Indicate that all properties have changed to trigger a UI refresh of all values.
Definition at line 50 of file Csla.AspNetCore.Shared/PropertyInfo.cs.
|
get |
Gets a value indicating whether the current user is authorized to read the property on the Model
Definition at line 109 of file Csla.AspNetCore.Shared/PropertyInfo.cs.
|
get |
Gets a value indicating whether the current user is authorized to change the property on the Model
Definition at line 125 of file Csla.AspNetCore.Shared/PropertyInfo.cs.
|
get |
Gets the validation error messages for a property on the Model
Definition at line 61 of file Csla.AspNetCore.Shared/PropertyInfo.cs.
|
get |
Gets the validation information messages for a property on the Model
Definition at line 93 of file Csla.AspNetCore.Shared/PropertyInfo.cs.
|
get |
Gets a value indicating whether the property on the Model is busy
Definition at line 141 of file Csla.AspNetCore.Shared/PropertyInfo.cs.
|
get |
Gets the validation warning messages for a property on the Model
Definition at line 77 of file Csla.AspNetCore.Shared/PropertyInfo.cs.
| PropertyChangedEventHandler Csla.AspNetCore.PropertyInfo.PropertyChanged |
Event raised when a property changes.
Definition at line 155 of file Csla.AspNetCore.Shared/PropertyInfo.cs.