C# Class PKStudio.TreeNodes.MFTreeNodeBase

Inheritance: System.Windows.Forms.TreeNode
Exibir arquivo Open project: AlexandrSurkov/PKStudio

Public Methods

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

Protected Methods

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

Private Methods

Method Description
ExpandPath ( string path ) : string

Method Details

AddFileList() protected method

protected AddFileList ( MFBuildFile>.CollectionWrapper source_list, string path ) : void
source_list MFBuildFile>.CollectionWrapper
path string
return void

Clone() public method

public Clone ( ) : object
return object

ConvertTypes() public static method

public static ConvertTypes ( ComponentTypeWrapper type ) : Type
type ComponentTypeWrapper
return System.Type

MFTreeNodeBase() public method

public MFTreeNodeBase ( ) : System.Windows.Forms
return System.Windows.Forms

MFTreeNodeBase() protected method

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

MFTreeNodeBase() public method

public MFTreeNodeBase ( string Name, ImageKeysEnum key ) : System.Windows.Forms
Name string
key ImageKeysEnum
return System.Windows.Forms