WebPropertyGridJS Constructor(object,string,string)
 
            
                В этом разделе
            
            Initializes a new instance of the 
WebPropertyGridJS class.
 
            
            
Синтаксис
      
      
      
      
      // Parameters
var object; // Type: object
var objShortName; // Type: string
var objFullName; // Type: string
var blackList; // Type: string[]
var instance = new Vintasoft.Shared.WebPropertyGridJS(object, objShortName, objFullName, blackList);
 
    
      
      function WebPropertyGridJS(
    : object, 
    : string, 
    : string
) : WebPropertyGridJS;
 
       
      Parameters
- object
 
- Исходный объект.
 
- objShortName
 
- Короткое имя объекта.
 
- objFullName
 
- Полное имя объекта.
 
     
Смотрите также