C# Class FaultData.Database.DataFile

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

Private Properties

Property Type Description
OnCreated void
OnCreationTimeChanged void
OnCreationTimeChanging void
OnFileGroupIDChanged void
OnFileGroupIDChanging void
OnFilePathChanged void
OnFilePathChanging void
OnFilePathHashChanged void
OnFilePathHashChanging void
OnFileSizeChanged void
OnFileSizeChanging void
OnIDChanged void
OnIDChanging void
OnLastAccessTimeChanged void
OnLastAccessTimeChanging void
OnLastWriteTimeChanged void
OnLastWriteTimeChanging void
OnLoaded void
OnValidate void

Public Methods

Method Description
DataFile ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnCreationTimeChanged ( ) : void
OnCreationTimeChanging ( System value ) : void
OnFileGroupIDChanged ( ) : void
OnFileGroupIDChanging ( int value ) : void
OnFilePathChanged ( ) : void
OnFilePathChanging ( string value ) : void
OnFilePathHashChanged ( ) : void
OnFilePathHashChanging ( int value ) : void
OnFileSizeChanged ( ) : void
OnFileSizeChanging ( long value ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLastAccessTimeChanged ( ) : void
OnLastAccessTimeChanging ( System value ) : void
OnLastWriteTimeChanged ( ) : void
OnLastWriteTimeChanging ( System value ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void

Method Details

DataFile() public method

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