C# 클래스 Glyma.Powershell.Update.v1_5_0_r4.MappingTool.RelationshipType

상속: INotifyPropertyChanging, INotifyPropertyChanged
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnCreated void
OnLoaded void
OnRelationshipTypeNameChanged void
OnRelationshipTypeNameChanging void
OnRelationshipTypeUidChanged void
OnRelationshipTypeUidChanging void
OnValidate void
attach_RelationshipDescriptorPairs void
attach_Relationships void
detach_RelationshipDescriptorPairs void
detach_Relationships void

공개 메소드들

메소드 설명
RelationshipType ( ) : System.Data.Linq

보호된 메소드들

메소드 설명
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

비공개 메소드들

메소드 설명
OnCreated ( ) : void
OnLoaded ( ) : void
OnRelationshipTypeNameChanged ( ) : void
OnRelationshipTypeNameChanging ( string value ) : void
OnRelationshipTypeUidChanged ( ) : void
OnRelationshipTypeUidChanging ( System value ) : void
OnValidate ( System action ) : void
attach_RelationshipDescriptorPairs ( RelationshipDescriptorPair entity ) : void
attach_Relationships ( Relationship entity ) : void
detach_RelationshipDescriptorPairs ( RelationshipDescriptorPair entity ) : void
detach_Relationships ( Relationship entity ) : void

메소드 상세

RelationshipType() 공개 메소드

public RelationshipType ( ) : System.Data.Linq
리턴 System.Data.Linq

SendPropertyChanged() 보호된 메소드

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
리턴 void

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void