VintaSoft Twain .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPropertyInfoJS type / WebPropertyInfoJS Constructor(string,string,object,boolean,boolean)
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    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(
    shortName
    Short property name.
    : string,
    fullName
    Fully qualified property name.
    : string,
    value
    Property value.
    : object,
    readOnly
    Indicates whether the property is read-only.
    : boolean,
    refreshFromParent
    Indicates whether the property value can be changed only using the parent property.
    : 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.
    Смотрите также