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

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

공개 프로퍼티들

프로퍼티 타입 설명
Hyperlink int
ID int
Name string
Owner int
bgImage string
media string
property string

공개 메소드들

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

메소드 상세

Child() 공개 메소드

public Child ( int intOwner, int strID, string strName, int intHyperlink, string bgimage, string property, string media ) : System
intOwner int
strID int
strName string
intHyperlink int
bgimage string
property string
media 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

bgImage 공개적으로 프로퍼티

public string bgImage
리턴 string

media 공개적으로 프로퍼티

public string media
리턴 string

property 공개적으로 프로퍼티

public string property
리턴 string