C# 클래스 Glyma.Powershell.SharePoint.GroupAssociation

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

Private Properties

프로퍼티 타입 설명
OnCreated void
OnGroupAssociationIdChanged void
OnGroupAssociationIdChanging void
OnGroupIdChanged void
OnGroupIdChanging void
OnLoaded void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnSecurableObjectUidChanged void
OnSecurableObjectUidChanging void
OnSecurableParentUidChanged void
OnSecurableParentUidChanging void
OnValidate void

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnCreated ( ) : void
OnGroupAssociationIdChanged ( ) : void
OnGroupAssociationIdChanging ( long value ) : void
OnGroupIdChanged ( ) : void
OnGroupIdChanging ( int value ) : void
OnLoaded ( ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( int value ) : void
OnSecurableObjectUidChanged ( ) : void
OnSecurableObjectUidChanging ( System value ) : void
OnSecurableParentUidChanged ( ) : void
OnSecurableParentUidChanging ( System value ) : void
OnValidate ( System action ) : void

메소드 상세

GroupAssociation() 공개 메소드

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

SendPropertyChanged() 보호된 메소드

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

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void