C# 클래스 Southwind.Entities.OrderEntity

상속: Entity
파일 보기 프로젝트 열기: signumsoftware/southwind

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
OrderEntity ( ) : System

보호된 메소드들

메소드 설명
ChildCollectionChanged ( object sender, NotifyCollectionChangedEventArgs args ) : void
ChildPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
ChildPropertyValidation ( ModifiableEntity sender, PropertyInfo pi ) : string
PropertyValidation ( PropertyInfo pi ) : string

메소드 상세

ChildCollectionChanged() 보호된 메소드

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

ChildPropertyChanged() 보호된 메소드

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

ChildPropertyValidation() 보호된 메소드

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

OrderEntity() 공개 메소드

public OrderEntity ( ) : System
리턴 System

PropertyValidation() 보호된 메소드

protected PropertyValidation ( PropertyInfo pi ) : string
pi System.Reflection.PropertyInfo
리턴 string