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

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

Открытые свойства

Свойство Тип Описание
Default InheritanceAttribute
Inherited InheritanceAttribute
InheritedReadOnly InheritanceAttribute
NotInherited InheritanceAttribute

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

Метод Описание
Equals ( object value ) : bool
GetHashCode ( ) : int
InheritanceAttribute ( ) : System.Security.Permissions
InheritanceAttribute ( InheritanceLevel inheritanceLevel ) : System.Security.Permissions
IsDefaultAttribute ( ) : bool
ToString ( ) : string

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

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

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

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

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

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

public InheritanceAttribute ( ) : System.Security.Permissions
Результат System.Security.Permissions

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

public InheritanceAttribute ( InheritanceLevel inheritanceLevel ) : System.Security.Permissions
inheritanceLevel InheritanceLevel
Результат System.Security.Permissions

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

public IsDefaultAttribute ( ) : bool
Результат bool

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

public ToString ( ) : string
Результат string

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

Default публичное статическое свойство

public static InheritanceAttribute,System.ComponentModel Default
Результат InheritanceAttribute

Inherited публичное статическое свойство

public static InheritanceAttribute,System.ComponentModel Inherited
Результат InheritanceAttribute

InheritedReadOnly публичное статическое свойство

public static InheritanceAttribute,System.ComponentModel InheritedReadOnly
Результат InheritanceAttribute

NotInherited публичное статическое свойство

public static InheritanceAttribute,System.ComponentModel NotInherited
Результат InheritanceAttribute