C# Class Tp.LegacyProfileConvertsion.Common.Revision

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Exibir arquivo Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Private Properties

Property Type Description
OnAuthorIDChanged void
OnAuthorIDChanging void
OnCommitDateChanged void
OnCommitDateChanging void
OnCreated void
OnDescriptionChanged void
OnDescriptionChanging void
OnLoaded void
OnPluginProfileIDChanged void
OnPluginProfileIDChanging void
OnProjectIDChanged void
OnProjectIDChanging void
OnRevisionIDChanged void
OnRevisionIDChanging void
OnSourceControlIDChanged void
OnSourceControlIDChanging void
OnValidate void

Public Methods

Method Description
Revision ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnAuthorIDChanged ( ) : void
OnAuthorIDChanging ( System value ) : void
OnCommitDateChanged ( ) : void
OnCommitDateChanging ( System value ) : void
OnCreated ( ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( string value ) : void
OnLoaded ( ) : void
OnPluginProfileIDChanged ( ) : void
OnPluginProfileIDChanging ( System value ) : void
OnProjectIDChanged ( ) : void
OnProjectIDChanging ( System value ) : void
OnRevisionIDChanged ( ) : void
OnRevisionIDChanging ( int value ) : void
OnSourceControlIDChanged ( ) : void
OnSourceControlIDChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

Revision() public method

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