C# Class CdnLink.CdnReceivedFtpFile

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Exibir arquivo Open project: cardeliverynetwork/openapi.net Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnFilenameChanged void
OnFilenameChanging void
OnIdChanged void
OnIdChanging void
OnJsonMessageChanged void
OnJsonMessageChanging void
OnLoaded void
OnValidate void
attach_CdnReceivedLoads void
detach_CdnReceivedLoads void

Public Methods

Method Description
CdnReceivedFtpFile ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnFilenameChanged ( ) : void
OnFilenameChanging ( string value ) : void
OnIdChanged ( ) : void
OnIdChanging ( int value ) : void
OnJsonMessageChanged ( ) : void
OnJsonMessageChanging ( string value ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
attach_CdnReceivedLoads ( CdnReceivedLoad entity ) : void
detach_CdnReceivedLoads ( CdnReceivedLoad entity ) : void

Method Details

CdnReceivedFtpFile() public method

public CdnReceivedFtpFile ( ) : 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