C# Class Yuhan.WPF.DsxGridCtrl.Demo.Customer

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: hansuky/Yuhan

Public Methods

Method Description
Customer ( System.Xml.Linq.XElement xElement ) : System

Private Methods

Method Description
ExtractXDate ( System.Xml.Linq.XElement xElement, string propertyName ) : System.DateTime
ExtractXDecimal ( System.Xml.Linq.XElement xElement, string propertyName ) : decimal
ExtractXString ( System.Xml.Linq.XElement xElement, string propertyName ) : string
RaiseOnPropertyChanged ( string propertyName ) : void

Method Details

Customer() public method

public Customer ( System.Xml.Linq.XElement xElement ) : System
xElement System.Xml.Linq.XElement
return System