C# 클래스 Sitecore.SharedSource.Analytics.Context.Visitor

상속: INotifyPropertyChanging, INotifyPropertyChanged
파일 보기 프로젝트 열기: Velir/Sitecore-Analytics 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnAuthenticationLevelChanged void
OnAuthenticationLevelChanging void
OnCreated void
OnExternalUserChanged void
OnExternalUserChanging void
OnIntegrationIdChanged void
OnIntegrationIdChanging void
OnIntegrationLabelChanged void
OnIntegrationLabelChanging void
OnLoaded void
OnOverrideVisitorClassificationChanged void
OnOverrideVisitorClassificationChanging void
OnValidate void
OnValueChanged void
OnValueChanging void
OnVisitCountChanged void
OnVisitCountChanging void
OnVisitorClassificationChanged void
OnVisitorClassificationChanging void
OnVisitorIdChanged void
OnVisitorIdChanging void
OnrnChanged void
OnrnChanging void
attach_AutomationStates void
attach_PageEvents void
attach_Pages void
attach_Profiles void
attach_VisitorTags void
attach_Visits void
detach_AutomationStates void
detach_PageEvents void
detach_Pages void
detach_Profiles void
detach_VisitorTags void
detach_Visits void

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnAuthenticationLevelChanged ( ) : void
OnAuthenticationLevelChanging ( int value ) : void
OnCreated ( ) : void
OnExternalUserChanged ( ) : void
OnExternalUserChanging ( string value ) : void
OnIntegrationIdChanged ( ) : void
OnIntegrationIdChanging ( System value ) : void
OnIntegrationLabelChanged ( ) : void
OnIntegrationLabelChanging ( string value ) : void
OnLoaded ( ) : void
OnOverrideVisitorClassificationChanged ( ) : void
OnOverrideVisitorClassificationChanging ( int value ) : void
OnValidate ( System action ) : void
OnValueChanged ( ) : void
OnValueChanging ( int value ) : void
OnVisitCountChanged ( ) : void
OnVisitCountChanging ( int value ) : void
OnVisitorClassificationChanged ( ) : void
OnVisitorClassificationChanging ( int value ) : void
OnVisitorIdChanged ( ) : void
OnVisitorIdChanging ( System value ) : void
OnrnChanged ( ) : void
OnrnChanging ( long value ) : void
attach_AutomationStates ( AutomationState entity ) : void
attach_PageEvents ( PageEvent entity ) : void
attach_Pages ( Page entity ) : void
attach_Profiles ( Profile entity ) : void
attach_VisitorTags ( VisitorTag entity ) : void
attach_Visits ( Visit entity ) : void
detach_AutomationStates ( AutomationState entity ) : void
detach_PageEvents ( PageEvent entity ) : void
detach_Pages ( Page entity ) : void
detach_Profiles ( Profile entity ) : void
detach_VisitorTags ( VisitorTag entity ) : void
detach_Visits ( Visit entity ) : void

메소드 상세

SendPropertyChanged() 보호된 메소드

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

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void

Visitor() 공개 메소드

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