C# Class Southwind.Entities.OrderEntity

Inheritance: Entity
Datei anzeigen Open project: signumsoftware/southwind

Private Properties

Property Type Description

Public Methods

Method Description
OrderEntity ( ) : System

Protected Methods

Method Description
ChildCollectionChanged ( object sender, NotifyCollectionChangedEventArgs args ) : void
ChildPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
ChildPropertyValidation ( ModifiableEntity sender, PropertyInfo pi ) : string
PropertyValidation ( PropertyInfo pi ) : string

Method Details

ChildCollectionChanged() protected method

protected ChildCollectionChanged ( object sender, NotifyCollectionChangedEventArgs args ) : void
sender object
args System.Collections.Specialized.NotifyCollectionChangedEventArgs
return void

ChildPropertyChanged() protected method

protected ChildPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
return void

ChildPropertyValidation() protected method

protected ChildPropertyValidation ( ModifiableEntity sender, PropertyInfo pi ) : string
sender ModifiableEntity
pi System.Reflection.PropertyInfo
return string

OrderEntity() public method

public OrderEntity ( ) : System
return System

PropertyValidation() protected method

protected PropertyValidation ( PropertyInfo pi ) : string
pi System.Reflection.PropertyInfo
return string