C# Class PurplePen.SymbolText

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

Méthodes publiques

Свойство Type Description
Case string
CaseOfModified string
Gender string
Lang string
Plural bool
Text string

Méthodes publiques

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

public Clone ( ) : SymbolText
Résultat SymbolText

CreateXmlElement() public méthode

public CreateXmlElement ( XmlDocument xmldoc, string elementName ) : XmlElement
xmldoc System.Xml.XmlDocument
elementName string
Résultat System.Xml.XmlElement

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ReadFromXmlElementNode() public méthode

public ReadFromXmlElementNode ( XmlElement xmlnode ) : void
xmlnode System.Xml.XmlElement
Résultat void

ReadXml() public méthode

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

WriteXml() public méthode

public WriteXml ( XmlTextWriter xmloutput ) : void
xmloutput System.Xml.XmlTextWriter
Résultat void

Property Details

Case public_oe property

public string Case
Résultat string

CaseOfModified public_oe property

public string CaseOfModified
Résultat string

Gender public_oe property

public string Gender
Résultat string

Lang public_oe property

public string Lang
Résultat string

Plural public_oe property

public bool Plural
Résultat bool

Text public_oe property

public string Text
Résultat string