C# Class UCSF.Data.GrantFile

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: CTSIatUCSF/gadgets Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnFileNameChanged void
OnFileNameChanging void
OnFilePKChanged void
OnFilePKChanging void
OnLoaded void
OnProcessedChanged void
OnProcessedChanging void
OnValidate void

Méthodes publiques

Méthode Description
GrantFile ( ) : 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
OnFilePKChanged ( ) : void
OnFilePKChanging ( System value ) : void
OnLoaded ( ) : void
OnProcessedChanged ( ) : void
OnProcessedChanging ( bool value ) : void
OnValidate ( System action ) : void

Method Details

GrantFile() public méthode

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