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

Show file Open project: TheAngryByrd/MetroPass Class Usage Examples

Public Properties

Property Type Description
Element System.Xml.Linq.XElement

Public Methods

Method Description
Field ( System.Xml.Linq.XElement element ) : System.Xml.Linq
New ( ) : Field

Method Details

Field() public method

public Field ( System.Xml.Linq.XElement element ) : System.Xml.Linq
element System.Xml.Linq.XElement
return System.Xml.Linq

New() public static method

public static New ( ) : Field
return Field

Property Details

Element public property

public XElement,System.Xml.Linq Element
return System.Xml.Linq.XElement