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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
显示文件 Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnDescriptorTypeNameChanged void
OnDescriptorTypeNameChanging void
OnDescriptorTypeUidChanged void
OnDescriptorTypeUidChanging void
OnLoaded void
OnValidate void
attach_Descriptors void
attach_Metadatas void
attach_RelationshipDescriptorPairs void
detach_Descriptors void
detach_Metadatas void
detach_RelationshipDescriptorPairs void

Public Methods

Method Description
DescriptorType ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnDescriptorTypeNameChanged ( ) : void
OnDescriptorTypeNameChanging ( string value ) : void
OnDescriptorTypeUidChanged ( ) : void
OnDescriptorTypeUidChanging ( System value ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
attach_Descriptors ( Descriptor entity ) : void
attach_Metadatas ( Metadata entity ) : void
attach_RelationshipDescriptorPairs ( RelationshipDescriptorPair entity ) : void
detach_Descriptors ( Descriptor entity ) : void
detach_Metadatas ( Metadata entity ) : void
detach_RelationshipDescriptorPairs ( RelationshipDescriptorPair entity ) : void

Method Details

DescriptorType() public method

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