C# Class PKStudio.TreeNodes.MFTreeNodeBase

Inheritance: System.Windows.Forms.TreeNode
Afficher le fichier Open project: AlexandrSurkov/PKStudio

Méthodes publiques

Méthode Description
Clone ( ) : object
ConvertTypes ( ComponentTypeWrapper type ) : Type
MFTreeNodeBase ( ) : System.Windows.Forms
MFTreeNodeBase ( string Name, ImageKeysEnum key ) : System.Windows.Forms

Méthodes protégées

Méthode Description
AddFileList ( MFBuildFile>.CollectionWrapper source_list, string path ) : void
MFTreeNodeBase ( SerializationInfo serializationInfo, StreamingContext context ) : System.Windows.Forms

Private Methods

Méthode Description
ExpandPath ( string path ) : string

Method Details

AddFileList() protected méthode

protected AddFileList ( MFBuildFile>.CollectionWrapper source_list, string path ) : void
source_list MFBuildFile>.CollectionWrapper
path string
Résultat void

Clone() public méthode

public Clone ( ) : object
Résultat object

ConvertTypes() public static méthode

public static ConvertTypes ( ComponentTypeWrapper type ) : Type
type ComponentTypeWrapper
Résultat System.Type

MFTreeNodeBase() public méthode

public MFTreeNodeBase ( ) : System.Windows.Forms
Résultat System.Windows.Forms

MFTreeNodeBase() protected méthode

protected MFTreeNodeBase ( SerializationInfo serializationInfo, StreamingContext context ) : System.Windows.Forms
serializationInfo System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Windows.Forms

MFTreeNodeBase() public méthode

public MFTreeNodeBase ( string Name, ImageKeysEnum key ) : System.Windows.Forms
Name string
key ImageKeysEnum
Résultat System.Windows.Forms