C# 클래스 ProcessPlugins.AvalonEditor.AvalonPlugin.Child

파일 보기 프로젝트 열기: ncoH/Avalon

공개 프로퍼티들

프로퍼티 타입 설명
Hyperlink int
ID int
Name string
Owner int
Parameter string

공개 메소드들

메소드 설명
Child ( int intOwner, int strID, string strName, int intHyperlink, string strParam ) : System
ToString ( ) : string

메소드 상세

Child() 공개 메소드

public Child ( int intOwner, int strID, string strName, int intHyperlink, string strParam ) : System
intOwner int
strID int
strName string
intHyperlink int
strParam string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Hyperlink 공개적으로 프로퍼티

public int Hyperlink
리턴 int

ID 공개적으로 프로퍼티

public int ID
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

Owner 공개적으로 프로퍼티

public int Owner
리턴 int

Parameter 공개적으로 프로퍼티

public string Parameter
리턴 string