WebPropertyInfoJS Constructor(string,string,object,boolean,boolean)
В этом разделе
Initializes a new instance of the
WebPropertyInfoJS class.
Синтаксис
// Parameters
var shortName; // Type: string
var fullName; // Type: string
var value; // Type: object
var readOnly; // Type: boolean
var refreshFromParent; // Type: boolean
var instance = new Vintasoft.Shared.WebPropertyInfoJS(shortName, fullName, value, readOnly, refreshFromParent);
function WebPropertyInfoJS(
: string,
: string,
: object,
: boolean,
: boolean
) : WebPropertyInfoJS;
Parameters
- shortName
- Short property name.
- fullName
- Fully qualified property name.
- value
- Property value.
- readOnly
- Indicates whether the property is read-only.
- refreshFromParent
- Indicates whether the property value can be changed only using the parent property.
Смотрите также