C# Class CdnLink.CdnReceivedVehicle

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
显示文件 Open project: cardeliverynetwork/openapi.net Class Usage Examples

Private Properties

Property Type Description
OnCdnVehicleIdChanged void
OnCdnVehicleIdChanging void
OnCreated void
OnIdChanged void
OnIdChanging void
OnLoaded void
OnLocationChanged void
OnLocationChanging void
OnMakeChanged void
OnMakeChanging void
OnModelChanged void
OnModelChanging void
OnMovementNumberChanged void
OnMovementNumberChanging void
OnNonCompletionReasonChanged void
OnNonCompletionReasonChanging void
OnNotesChanged void
OnNotesChanging void
OnReceivedLoadIdChanged void
OnReceivedLoadIdChanging void
OnRegistrationChanged void
OnRegistrationChanging void
OnStatusChanged void
OnStatusChanging void
OnValidate void
OnVariantChanged void
OnVariantChanging void
OnVinChanged void
OnVinChanging void
attach_CdnReceivedDamages void
detach_CdnReceivedDamages void

Public Methods

Method Description
CdnReceivedVehicle ( Vehicle vehicle ) : CarDeliveryNetwork.Api.Data
CdnReceivedVehicle ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
OnCdnVehicleIdChanged ( ) : void
OnCdnVehicleIdChanging ( int value ) : void
OnCreated ( ) : void
OnIdChanged ( ) : void
OnIdChanging ( int value ) : void
OnLoaded ( ) : void
OnLocationChanged ( ) : void
OnLocationChanging ( string value ) : void
OnMakeChanged ( ) : void
OnMakeChanging ( string value ) : void
OnModelChanged ( ) : void
OnModelChanging ( string value ) : void
OnMovementNumberChanged ( ) : void
OnMovementNumberChanging ( string value ) : void
OnNonCompletionReasonChanged ( ) : void
OnNonCompletionReasonChanging ( string value ) : void
OnNotesChanged ( ) : void
OnNotesChanging ( string value ) : void
OnReceivedLoadIdChanged ( ) : void
OnReceivedLoadIdChanging ( int value ) : void
OnRegistrationChanged ( ) : void
OnRegistrationChanging ( string value ) : void
OnStatusChanged ( ) : void
OnStatusChanging ( int value ) : void
OnValidate ( System action ) : void
OnVariantChanged ( ) : void
OnVariantChanging ( string value ) : void
OnVinChanged ( ) : void
OnVinChanging ( string value ) : void
attach_CdnReceivedDamages ( CdnReceivedDamage entity ) : void
detach_CdnReceivedDamages ( CdnReceivedDamage entity ) : void

Method Details

CdnReceivedVehicle() public method

public CdnReceivedVehicle ( Vehicle vehicle ) : CarDeliveryNetwork.Api.Data
vehicle Vehicle
return CarDeliveryNetwork.Api.Data

CdnReceivedVehicle() public method

public CdnReceivedVehicle ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void