C# Class Southwind.Entities.OrderEntity

Inheritance: Entity
Afficher le fichier Open project: signumsoftware/southwind

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OrderEntity ( ) : System

Méthodes protégées

Méthode 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 méthode

protected ChildCollectionChanged ( object sender, NotifyCollectionChangedEventArgs args ) : void
sender object
args System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void

ChildPropertyChanged() protected méthode

protected ChildPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
Résultat void

ChildPropertyValidation() protected méthode

protected ChildPropertyValidation ( ModifiableEntity sender, PropertyInfo pi ) : string
sender ModifiableEntity
pi System.Reflection.PropertyInfo
Résultat string

OrderEntity() public méthode

public OrderEntity ( ) : System
Résultat System

PropertyValidation() protected méthode

protected PropertyValidation ( PropertyInfo pi ) : string
pi System.Reflection.PropertyInfo
Résultat string