C# 클래스 PurplePen.SymbolText

파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Case string
CaseOfModified string
Gender string
Lang string
Plural bool
Text string

공개 메소드들

메소드 설명
Clone ( ) : SymbolText
CreateXmlElement ( XmlDocument xmldoc, string elementName ) : XmlElement
Equals ( object obj ) : bool
GetHashCode ( ) : int
ReadFromXmlElementNode ( XmlElement xmlnode ) : void
ReadXml ( XmlInput xmlinput ) : void
WriteXml ( XmlTextWriter xmloutput ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : SymbolText
리턴 SymbolText

CreateXmlElement() 공개 메소드

public CreateXmlElement ( XmlDocument xmldoc, string elementName ) : XmlElement
xmldoc System.Xml.XmlDocument
elementName string
리턴 System.Xml.XmlElement

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ReadFromXmlElementNode() 공개 메소드

public ReadFromXmlElementNode ( XmlElement xmlnode ) : void
xmlnode System.Xml.XmlElement
리턴 void

ReadXml() 공개 메소드

public ReadXml ( XmlInput xmlinput ) : void
xmlinput XmlInput
리턴 void

WriteXml() 공개 메소드

public WriteXml ( XmlTextWriter xmloutput ) : void
xmloutput System.Xml.XmlTextWriter
리턴 void

프로퍼티 상세

Case 공개적으로 프로퍼티

public string Case
리턴 string

CaseOfModified 공개적으로 프로퍼티

public string CaseOfModified
리턴 string

Gender 공개적으로 프로퍼티

public string Gender
리턴 string

Lang 공개적으로 프로퍼티

public string Lang
리턴 string

Plural 공개적으로 프로퍼티

public bool Plural
리턴 bool

Text 공개적으로 프로퍼티

public string Text
리턴 string