C# Class Glyma.Powershell.Update.v1_5_0_r3.MappingTool.RelationshipDescriptorPair

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Exibir arquivo Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnDescriptorTypeUidChanged void
OnDescriptorTypeUidChanging void
OnLoaded void
OnPairIdChanged void
OnPairIdChanging void
OnRelationshipTypeUidChanged void
OnRelationshipTypeUidChanging void
OnValidate void

Public Methods

Method Description
RelationshipDescriptorPair ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnDescriptorTypeUidChanged ( ) : void
OnDescriptorTypeUidChanging ( System value ) : void
OnLoaded ( ) : void
OnPairIdChanged ( ) : void
OnPairIdChanging ( int value ) : void
OnRelationshipTypeUidChanged ( ) : void
OnRelationshipTypeUidChanging ( System value ) : void
OnValidate ( System action ) : void

Method Details

RelationshipDescriptorPair() public method

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