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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
Parameter ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method 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 method

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