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 | |
| object | Model [get] |
| Gets the model More... | |
| object | Value [getset] |
| Gets or sets the value of the property More... | |
| string | FriendlyName [get] |
| Gets the friendly name for the property. More... | |
| string | PropertyName [get] |
| Gets the property name for the property. More... | |
| 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... | |
Properties inherited from Csla.Blazor.IPropertyInfo | |
| object | Value [getset] |
| Gets or sets the value of the property More... | |
| string | FriendlyName [get] |
| Gets the friendly name for the property. More... | |
| string | PropertyName [get] |
| Gets the property name for the property. More... | |
| 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... | |
Events inherited from Csla.Blazor.IPropertyInfo | |
| PropertyChangedEventHandler | PropertyChanged |
| Event raised when a property changes. More... | |
Exposes metastate for a property.
Definition at line 16 of file Csla.Blazor/PropertyInfo.cs.
| Csla.Blazor.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.Blazor/PropertyInfo.cs.
| void Csla.Blazor.PropertyInfo.Refresh | ( | ) |
Indicate that all properties have changed to trigger a UI refresh of all values.
Implements Csla.Blazor.IPropertyInfo.
Definition at line 50 of file Csla.Blazor/PropertyInfo.cs.
|
get |
Gets a value indicating whether the current user is authorized to read the property on the Model
Definition at line 142 of file Csla.Blazor/PropertyInfo.cs.
|
get |
Gets a value indicating whether the current user is authorized to change the property on the Model
Definition at line 158 of file Csla.Blazor/PropertyInfo.cs.
|
get |
Gets the validation error messages for a property on the Model
Definition at line 94 of file Csla.Blazor/PropertyInfo.cs.
|
get |
Gets the friendly name for the property.
Definition at line 75 of file Csla.Blazor/PropertyInfo.cs.
|
get |
Gets the validation information messages for a property on the Model
Definition at line 126 of file Csla.Blazor/PropertyInfo.cs.
|
get |
Gets a value indicating whether the property on the Model is busy
Definition at line 174 of file Csla.Blazor/PropertyInfo.cs.
|
getprotected |
Gets the model
Definition at line 23 of file Csla.Blazor/PropertyInfo.cs.
|
get |
Gets the property name for the property.
Definition at line 87 of file Csla.Blazor/PropertyInfo.cs.
|
getset |
Gets or sets the value of the property
Definition at line 59 of file Csla.Blazor/PropertyInfo.cs.
|
get |
Gets the validation warning messages for a property on the Model
Definition at line 110 of file Csla.Blazor/PropertyInfo.cs.
| PropertyChangedEventHandler Csla.Blazor.PropertyInfo.PropertyChanged |
Event raised when a property changes.
Definition at line 188 of file Csla.Blazor/PropertyInfo.cs.