C# Class mRemoteNG.Connection.ConnectionInfoInheritance

Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Private Properties

Свойство Type Description
EverythingIsInherited bool
FilterProperty bool
SetAllValues void
SetAllValues void
StashInheritanceData void
UnstashInheritanceData void

Méthodes publiques

Méthode Description
Clone ( ) : ConnectionInfoInheritance
ConnectionInfoInheritance ( object parent, bool ignoreDefaultInheritance = false ) : System.Collections.Generic
DisableInheritance ( ) : void
EnableInheritance ( ) : void
GetProperties ( ) : IEnumerable
TurnOffInheritanceCompletely ( ) : void
TurnOnInheritanceCompletely ( ) : void

Private Methods

Méthode Description
EverythingIsInherited ( ) : bool
FilterProperty ( PropertyInfo propertyInfo ) : bool
SetAllValues ( ConnectionInfoInheritance otherInheritanceObject ) : void
SetAllValues ( bool value ) : void
StashInheritanceData ( ) : void
UnstashInheritanceData ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : ConnectionInfoInheritance
Résultat ConnectionInfoInheritance

ConnectionInfoInheritance() public méthode

public ConnectionInfoInheritance ( object parent, bool ignoreDefaultInheritance = false ) : System.Collections.Generic
parent object
ignoreDefaultInheritance bool
Résultat System.Collections.Generic

DisableInheritance() public méthode

public DisableInheritance ( ) : void
Résultat void

EnableInheritance() public méthode

public EnableInheritance ( ) : void
Résultat void

GetProperties() public méthode

public GetProperties ( ) : IEnumerable
Résultat IEnumerable

TurnOffInheritanceCompletely() public méthode

public TurnOffInheritanceCompletely ( ) : void
Résultat void

TurnOnInheritanceCompletely() public méthode

public TurnOnInheritanceCompletely ( ) : void
Résultat void