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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Owner ( int strID, string strName, int intHyperlink, string property ) : System
ToString ( ) : string

메소드 상세

Owner() 공개 메소드

public Owner ( int strID, string strName, int intHyperlink, string property ) : System
strID int
strName string
intHyperlink int
property string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Hyperlink 공개적으로 프로퍼티

public int Hyperlink
리턴 int

ID 공개적으로 프로퍼티

public int ID
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

property 공개적으로 프로퍼티

public string property
리턴 string