C# 클래스 PKStudio.TreeNodes.MFTreeNodeBase

상속: System.Windows.Forms.TreeNode
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio

공개 메소드들

메소드 설명
Clone ( ) : object
ConvertTypes ( ComponentTypeWrapper type ) : Type
MFTreeNodeBase ( ) : System.Windows.Forms
MFTreeNodeBase ( string Name, ImageKeysEnum key ) : System.Windows.Forms

보호된 메소드들

메소드 설명
AddFileList ( MFBuildFile>.CollectionWrapper source_list, string path ) : void
MFTreeNodeBase ( SerializationInfo serializationInfo, StreamingContext context ) : System.Windows.Forms

비공개 메소드들

메소드 설명
ExpandPath ( string path ) : string

메소드 상세

AddFileList() 보호된 메소드

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

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

ConvertTypes() 공개 정적인 메소드

public static ConvertTypes ( ComponentTypeWrapper type ) : Type
type ComponentTypeWrapper
리턴 System.Type

MFTreeNodeBase() 공개 메소드

public MFTreeNodeBase ( ) : System.Windows.Forms
리턴 System.Windows.Forms

MFTreeNodeBase() 보호된 메소드

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

MFTreeNodeBase() 공개 메소드

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