C# Класс System.ComponentModel.PropertyTabAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Equals ( PropertyTabAttribute other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int

Returns the hashcode for this object.

PropertyTabAttribute ( ) : System

Basic constructor that creates a PropertyTabAttribute. Use this ctor to derive from this attribute and specify multiple tab types by calling InitializeArrays.

PropertyTabAttribute ( Type tabClass ) : System

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

PropertyTabAttribute ( Type tabClass, PropertyTabScope tabScope ) : System

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

PropertyTabAttribute ( string tabClassName ) : System

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

PropertyTabAttribute ( string tabClassName, PropertyTabScope tabScope ) : System

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

Защищенные методы

Метод Описание
InitializeArrays ( Type tabClasses, PropertyTabScope tabScopes ) : void

Utiliity function to set the types of tab classes this PropertyTabAttribute specifies.

InitializeArrays ( string tabClassNames, PropertyTabScope tabScopes ) : void

Utiliity function to set the types of tab classes this PropertyTabAttribute specifies.

Приватные методы

Метод Описание
InitializeArrays ( string tabClassNames, Type tabClasses, PropertyTabScope tabScopes ) : void

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

Equals() публичный метод

public Equals ( PropertyTabAttribute other ) : bool
other PropertyTabAttribute
Результат bool

Equals() публичный метод

public Equals ( object other ) : bool
other object
Результат bool

GetHashCode() публичный метод

Returns the hashcode for this object.

public GetHashCode ( ) : int
Результат int

InitializeArrays() защищенный метод

Utiliity function to set the types of tab classes this PropertyTabAttribute specifies.

protected InitializeArrays ( Type tabClasses, PropertyTabScope tabScopes ) : void
tabClasses System.Type
tabScopes PropertyTabScope
Результат void

InitializeArrays() защищенный метод

Utiliity function to set the types of tab classes this PropertyTabAttribute specifies.

protected InitializeArrays ( string tabClassNames, PropertyTabScope tabScopes ) : void
tabClassNames string
tabScopes PropertyTabScope
Результат void

PropertyTabAttribute() публичный метод

Basic constructor that creates a PropertyTabAttribute. Use this ctor to derive from this attribute and specify multiple tab types by calling InitializeArrays.

public PropertyTabAttribute ( ) : System
Результат System

PropertyTabAttribute() публичный метод

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

public PropertyTabAttribute ( Type tabClass ) : System
tabClass System.Type
Результат System

PropertyTabAttribute() публичный метод

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

public PropertyTabAttribute ( Type tabClass, PropertyTabScope tabScope ) : System
tabClass System.Type
tabScope PropertyTabScope
Результат System

PropertyTabAttribute() публичный метод

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

public PropertyTabAttribute ( string tabClassName ) : System
tabClassName string
Результат System

PropertyTabAttribute() публичный метод

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

public PropertyTabAttribute ( string tabClassName, PropertyTabScope tabScope ) : System
tabClassName string
tabScope PropertyTabScope
Результат System