C# Class PurplePen.SymbolLanguage

Exibir arquivo Open project: petergolde/PurplePen Class Usage Examples

Public Methods

Method Description
CreateXmlNode ( XmlDocument xmldoc ) : XmlNode
Equals ( object obj ) : bool
GetHashCode ( ) : int
ReadXml ( XmlInput xmlinput ) : void
SymbolLanguage ( ) : System
SymbolLanguage ( string name, string langId, bool pluralNouns, bool pluralModifiers, bool genderModifiers, string genders, bool caseModifiers, string cases ) : System
ToString ( ) : string

Method Details

CreateXmlNode() public method

public CreateXmlNode ( XmlDocument xmldoc ) : XmlNode
xmldoc System.Xml.XmlDocument
return System.Xml.XmlNode

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ReadXml() public method

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

SymbolLanguage() public method

public SymbolLanguage ( ) : System
return System

SymbolLanguage() public method

public SymbolLanguage ( string name, string langId, bool pluralNouns, bool pluralModifiers, bool genderModifiers, string genders, bool caseModifiers, string cases ) : System
name string
langId string
pluralNouns bool
pluralModifiers bool
genderModifiers bool
genders string
caseModifiers bool
cases string
return System

ToString() public method

public ToString ( ) : string
return string