C# Class Glyma.Powershell.Update.v1_5_0_r4.Transaction.Parameter

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnIsDelayedChanged void
OnIsDelayedChanging void
OnLoaded void
OnParameterTypeChanged void
OnParameterTypeChanging void
OnParameterUidChanged void
OnParameterUidChanging void
OnSessionUidChanged void
OnSessionUidChanging void
OnValidate void
OnValueChanged void
OnValueChanging void
attach_Transactions void
detach_Transactions void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnCreated ( ) : void
OnIsDelayedChanged ( ) : void
OnIsDelayedChanging ( System value ) : void
OnLoaded ( ) : void
OnParameterTypeChanged ( ) : void
OnParameterTypeChanging ( System value ) : void
OnParameterUidChanged ( ) : void
OnParameterUidChanging ( System value ) : void
OnSessionUidChanged ( ) : void
OnSessionUidChanging ( System value ) : void
OnValidate ( System action ) : void
OnValueChanged ( ) : void
OnValueChanging ( System value ) : void
attach_Transactions ( Transaction entity ) : void
detach_Transactions ( Transaction entity ) : void

Method Details

Parameter() public méthode

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