C# Класс FDOBrowser.FDOClass

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Clone ( ) : FDOClass

Clones this instance.

FDOClass ( ) : System

Initializes a new instance of the T:FDOClass class.

FDOClass ( Type type ) : System

Initializes a new instance of the T:FDOClass class.

FDOClass ( string className ) : System

Initializes a new instance of the T:FDOClass class.

InitPropsForType ( Type type ) : void

Initializes the Properties list for the specified type.

IsPropertyDisplayed ( string propName ) : bool

Determines whether or not the specified property is displayed.

ToString ( ) : string

Returns a T:System.String that represents this instance.

Описание методов

Clone() публичный Метод

Clones this instance.
public Clone ( ) : FDOClass
Результат FDOClass

FDOClass() публичный Метод

Initializes a new instance of the T:FDOClass class.
public FDOClass ( ) : System
Результат System

FDOClass() публичный Метод

Initializes a new instance of the T:FDOClass class.
public FDOClass ( Type type ) : System
type System.Type The type.
Результат System

FDOClass() публичный Метод

Initializes a new instance of the T:FDOClass class.
public FDOClass ( string className ) : System
className string Name of the class.
Результат System

InitPropsForType() публичный Метод

Initializes the Properties list for the specified type.
public InitPropsForType ( Type type ) : void
type System.Type
Результат void

IsPropertyDisplayed() публичный Метод

Determines whether or not the specified property is displayed.
public IsPropertyDisplayed ( string propName ) : bool
propName string
Результат bool

ToString() публичный Метод

Returns a T:System.String that represents this instance.
public ToString ( ) : string
Результат string