Click or drag to resize

Property Methods

The Property type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindPropertybyId
Finds the corresponding Property matching the passed ID, in a list of Properties.
Public methodGet
Gets the current value of the Property.
Public methodLoad
Loads the property with the current set values, through a PropertyGetter.
Public methodStatic memberLoadlist
Loads and sync the current set values into all the Properties contained in the passed list.
Public methodSet
Sets the value of the property.
Public methodStore
Stores the Property value, applying them.
Public methodStatic memberStorelist
Stores and applies all the Properties and their current associated values.
Top
See Also