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

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

Private Properties

프로퍼티 타입 설명
OnCreated void
OnLoaded void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnSecurableContextNameChanged void
OnSecurableContextNameChanging void
OnSecurableContextUidChanged void
OnSecurableContextUidChanging void
OnSiteSPIDChanged void
OnSiteSPIDChanging void
OnValidate void
attach_GroupAssociations void
attach_SecurableContextDatabases void
attach_SecurableObjects void
detach_GroupAssociations void
detach_SecurableContextDatabases void
detach_SecurableObjects void

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnCreated ( ) : void
OnLoaded ( ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( int value ) : void
OnSecurableContextNameChanged ( ) : void
OnSecurableContextNameChanging ( string value ) : void
OnSecurableContextUidChanged ( ) : void
OnSecurableContextUidChanging ( System value ) : void
OnSiteSPIDChanged ( ) : void
OnSiteSPIDChanging ( System value ) : void
OnValidate ( System action ) : void
attach_GroupAssociations ( GroupAssociation entity ) : void
attach_SecurableContextDatabases ( SecurableContextDatabase entity ) : void
attach_SecurableObjects ( SecurableObject entity ) : void
detach_GroupAssociations ( GroupAssociation entity ) : void
detach_SecurableContextDatabases ( SecurableContextDatabase entity ) : void
detach_SecurableObjects ( SecurableObject entity ) : void

메소드 상세

SecurableContext() 공개 메소드

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

SendPropertyChanged() 보호된 메소드

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

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void