[]
        
(Showing Draft Content)

C1.Win.RulesManager.Model.BaseNotifyPropertyChanged.SetProperty

SetProperty Method

SetProperty<T>(ref T, T, string)

Sets property.

Declaration
protected virtual bool SetProperty<T>(ref T prop, T value, string propertyName = "")
Parameters
Type Name Description
T prop

Reference to the property.

T value
string propertyName

The property name.

Returns
Type Description
bool
Type Parameters
Name Description
T

Property type.