C# Class SenseNet.Search.Indexing.IndexingActivity

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
显示文件 Open project: maxpavlov/FlexNet Class Usage Examples

Public Properties

Property Type Description
IndexDocumentData IndexDocumentData

Private Properties

Property Type Description
CreateLuceneActivity LuceneIndexingActivity
Initialize void
OnActivityTypeChanged void
OnActivityTypeChanging void
OnCreated void
OnCreationDateChanged void
OnCreationDateChanging void
OnDeserializing void
OnHashChanged void
OnHashChanging void
OnIndexingActivityIdChanged void
OnIndexingActivityIdChanging void
OnIsLastDraftValueChanged void
OnIsLastDraftValueChanging void
OnLoaded void
OnMoveOrRenameChanged void
OnMoveOrRenameChanging void
OnNodeIdChanged void
OnNodeIdChanging void
OnPathChanged void
OnPathChanging void
OnSingleVersionChanged void
OnSingleVersionChanging void
OnValidate void
OnVersionIdChanged void
OnVersionIdChanging void
OnVersionTimestampChanged void
OnVersionTimestampChanging void

Public Methods

Method Description
IndexingActivity ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
CreateLuceneActivity ( ) : LuceneIndexingActivity
Initialize ( ) : void
OnActivityTypeChanged ( ) : void
OnActivityTypeChanging ( IndexingActivityType value ) : void
OnCreated ( ) : void
OnCreationDateChanged ( ) : void
OnCreationDateChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnHashChanged ( ) : void
OnHashChanging ( System value ) : void
OnIndexingActivityIdChanged ( ) : void
OnIndexingActivityIdChanging ( int value ) : void
OnIsLastDraftValueChanged ( ) : void
OnIsLastDraftValueChanging ( System value ) : void
OnLoaded ( ) : void
OnMoveOrRenameChanged ( ) : void
OnMoveOrRenameChanging ( System value ) : void
OnNodeIdChanged ( ) : void
OnNodeIdChanging ( int value ) : void
OnPathChanged ( ) : void
OnPathChanging ( string value ) : void
OnSingleVersionChanged ( ) : void
OnSingleVersionChanging ( System value ) : void
OnValidate ( System action ) : void
OnVersionIdChanged ( ) : void
OnVersionIdChanging ( int value ) : void
OnVersionTimestampChanged ( ) : void
OnVersionTimestampChanging ( System value ) : void

Method Details

IndexingActivity() public method

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

Property Details

IndexDocumentData public_oe property

public IndexDocumentData IndexDocumentData
return IndexDocumentData