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

Inheritance: PwCommon
Mostrar archivo Open project: TheAngryByrd/MetroPass Class Usage Examples

Public Methods

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

Private Methods

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

public AddCustomFields ( IEnumerable customFields ) : void
customFields IEnumerable
return void

New() public static method

public static New ( PwGroup parent ) : PwEntry
parent PwGroup
return PwEntry

PwEntry() public method

public PwEntry ( System.Xml.Linq.XElement element, PwGroup parentGroup ) : System
element System.Xml.Linq.XElement
parentGroup PwGroup
return System

Remove() public method

public Remove ( ) : void
return void