C# Class UCSF.Data.GrantFile

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
ファイルを表示 Open project: CTSIatUCSF/gadgets Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnFileNameChanged void
OnFileNameChanging void
OnFilePKChanged void
OnFilePKChanging void
OnLoaded void
OnProcessedChanged void
OnProcessedChanging void
OnValidate void

Public Methods

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

Method Details

GrantFile() public method

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