C# Class PurplePen.SymbolLanguage

Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CreateXmlNode ( XmlDocument xmldoc ) : XmlNode
xmldoc System.Xml.XmlDocument
Résultat System.Xml.XmlNode

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ReadXml() public méthode

public ReadXml ( XmlInput xmlinput ) : void
xmlinput XmlInput
Résultat void

SymbolLanguage() public méthode

public SymbolLanguage ( ) : System
Résultat System

SymbolLanguage() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string