C# Class Quilt4.Service.SqlRepository.DBVersion

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
ファイルを表示 Open project: Quilt4/Quilt4.Service Class Usage Examples

Private Properties

Property Type Description
OnChecksumChanged void
OnChecksumChanging void
OnCreated void
OnLoaded void
OnPatchNameChanged void
OnPatchNameChanging void
OnPatchTimeChanged void
OnPatchTimeChanging void
OnValidate void
OnVersionNumberChanged void
OnVersionNumberChanging void

Public Methods

Method Description
DBVersion ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnChecksumChanged ( ) : void
OnChecksumChanging ( string value ) : void
OnCreated ( ) : void
OnLoaded ( ) : void
OnPatchNameChanged ( ) : void
OnPatchNameChanging ( string value ) : void
OnPatchTimeChanged ( ) : void
OnPatchTimeChanging ( System value ) : void
OnValidate ( System action ) : void
OnVersionNumberChanged ( ) : void
OnVersionNumberChanging ( int value ) : void

Method Details

DBVersion() public method

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