SPEventReceiverDefinition members
Include protected members
Include inherited members
定義一般內容的清單項目、 清單、 網站及工作流程事件接收器的抽象基底類別。
The SPEventReceiverDefinition type exposes the following members.
Properties
Name | Description | |
---|---|---|
Assembly | 取得或設定表示用於事件接收組件的強式名稱。 | |
Class | 取得或設定 string,其表示用於事件接收的類別。 | |
ContextCollectionId | 取得或設定Guid (全域唯一識別碼) 的指定的SharePoint Foundation事件接收者的處理程序相關聯的內容物件的集合。 | |
ContextEventType | 取得或設定與此內容事件相關聯的接收者處理序的Guid (全域唯一識別項)。 | |
ContextId | 取得或設定Guid (全域唯一識別碼) 的事件接收器定義的內容。 | |
ContextItemId | 取得或設定項目的識別項SPContext物件中。 | |
ContextItemUrl | 取得或設定內容項目的 URL。 | |
ContextObjectId | 取得或設定 (與 ContextType 相關聯) 的Guid內容物件。 | |
ContextType | 取得或設定Guid ,表示接收者處理序的類型。 | |
Credential | 取得或設定SPEventReceiverDefinition物件的認證。 | |
Data | 取得或設定與收件者相關聯的資料。 | |
Filter | 取得或設定與事件接收器的篩選器相關聯的資料。 | |
HostId | 取得或設定裝載 (host) 事件的物件識別元。 | |
HostType | 取得或設定裝載 (host) 事件的物件型別。 | |
Id | 取得事件接收器定義的 ID。 | |
Name | 取得或設定事件接收者的名稱。 | |
ParentHostId | 取得或設定裝載事件物件的父物件的 ID。 | |
ParentHostType | 取得或設定裝載 (host) 事件的物件的父物件的物件類型。 | |
SequenceNumber | 取得或設定一個整數,代表事件的相對順序。 | |
SiteId | 取得用來註冊事件接收器的網站集合的 ID。 | |
Synchronization | 取得指定的事件接收器的同步處理狀態的列舉型別。 | |
Type | 取得或設定事件的型別為事件接收器。 | |
Url | 取得或設定提供遠端事件接收器服務的 URL。 | |
WebId | 取得用來註冊事件接收器的站台 ID。 |
Top
Methods
Name | Description | |
---|---|---|
Delete | 刪除事件接收器登錄。 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FireContextEvent | 同步或非同步執行事件接收者。 | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | 更新與事件接收器登錄相關的資料。 |
Top