C# Класс mRemoteNG.Connection.ConnectionInfoInheritance

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

Private Properties

Свойство Тип Описание
EverythingIsInherited bool
FilterProperty bool
SetAllValues void
SetAllValues void
StashInheritanceData void
UnstashInheritanceData void

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

Метод Описание
Clone ( ) : ConnectionInfoInheritance
ConnectionInfoInheritance ( object parent, bool ignoreDefaultInheritance = false ) : System.Collections.Generic
DisableInheritance ( ) : void
EnableInheritance ( ) : void
GetProperties ( ) : IEnumerable
TurnOffInheritanceCompletely ( ) : void
TurnOnInheritanceCompletely ( ) : void

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

Метод Описание
EverythingIsInherited ( ) : bool
FilterProperty ( PropertyInfo propertyInfo ) : bool
SetAllValues ( ConnectionInfoInheritance otherInheritanceObject ) : void
SetAllValues ( bool value ) : void
StashInheritanceData ( ) : void
UnstashInheritanceData ( ) : void

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

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

public Clone ( ) : ConnectionInfoInheritance
Результат ConnectionInfoInheritance

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

public ConnectionInfoInheritance ( object parent, bool ignoreDefaultInheritance = false ) : System.Collections.Generic
parent object
ignoreDefaultInheritance bool
Результат System.Collections.Generic

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

public DisableInheritance ( ) : void
Результат void

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

public EnableInheritance ( ) : void
Результат void

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

public GetProperties ( ) : IEnumerable
Результат IEnumerable

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

public TurnOffInheritanceCompletely ( ) : void
Результат void

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

public TurnOnInheritanceCompletely ( ) : void
Результат void