C# Class CdnLink.CdnReceivedFtpFile

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: cardeliverynetwork/openapi.net Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
CdnReceivedFtpFile ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

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

public CdnReceivedFtpFile ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void