C# Class PurplePen.SymbolText

Show file Open project: petergolde/PurplePen Class Usage Examples

Public Properties

Property Type Description
Case string
CaseOfModified string
Gender string
Lang string
Plural bool
Text string

Public Methods

Method Description
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

Method Details

Clone() public method

public Clone ( ) : SymbolText
return SymbolText

CreateXmlElement() public method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ReadFromXmlElementNode() public method

public ReadFromXmlElementNode ( XmlElement xmlnode ) : void
xmlnode System.Xml.XmlElement
return void

ReadXml() public method

public ReadXml ( XmlInput xmlinput ) : void
xmlinput XmlInput
return void

WriteXml() public method

public WriteXml ( XmlTextWriter xmloutput ) : void
xmloutput System.Xml.XmlTextWriter
return void

Property Details

Case public property

public string Case
return string

CaseOfModified public property

public string CaseOfModified
return string

Gender public property

public string Gender
return string

Lang public property

public string Lang
return string

Plural public property

public bool Plural
return bool

Text public property

public string Text
return string