C# Class Metropass.Core.PCL.Model.PwEntry

Inheritance: PwCommon
Afficher le fichier Open project: TheAngryByrd/MetroPass Class Usage Examples

Méthodes publiques

Méthode Description
AddCustomFields ( IEnumerable customFields ) : void
New ( PwGroup parent ) : PwEntry
PwEntry ( System.Xml.Linq.XElement element, PwGroup parentGroup ) : System
Remove ( ) : void

Private Methods

Méthode Description
GetElement ( [ propertyName = null ) : System.Xml.Linq.XElement
GetElementKey ( [ propertyName = null ) : System.Xml.Linq.XElement
GetElementValue ( [ propertyName = null ) : System.Xml.Linq.XElement
Sanitize ( string text ) : string
SetupFields ( ) : void

Method Details

AddCustomFields() public méthode

public AddCustomFields ( IEnumerable customFields ) : void
customFields IEnumerable
Résultat void

New() public static méthode

public static New ( PwGroup parent ) : PwEntry
parent PwGroup
Résultat PwEntry

PwEntry() public méthode

public PwEntry ( System.Xml.Linq.XElement element, PwGroup parentGroup ) : System
element System.Xml.Linq.XElement
parentGroup PwGroup
Résultat System

Remove() public méthode

public Remove ( ) : void
Résultat void