C# Class Quilt4.Service.SqlRepository.DBVersion

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: Quilt4/Quilt4.Service Class Usage Examples

Private Properties

Свойство Type Description
OnChecksumChanged void
OnChecksumChanging void
OnCreated void
OnLoaded void
OnPatchNameChanged void
OnPatchNameChanging void
OnPatchTimeChanged void
OnPatchTimeChanging void
OnValidate void
OnVersionNumberChanged void
OnVersionNumberChanging void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

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