共用方式為


System.ServiceModel.DomainServices.Server 命名空間

提供在伺服器專案中用於建立網域服務的類別。

類別

類別 說明
ChangeSet 表示 DomainService 要處理的一組變更。
ChangeSetEntry 表示要在實體上執行的網域作業。
CodeProcessor 提供基底類別給所有 CodeProcessor 實作。
DeleteAttribute 指定 DomainService 方法是刪除方法。
DomainException 指出網域作業執行期間發生無法復原的錯誤。
DomainOperationEntry 表示 DomainService 中的網域作業方法。
DomainOperationParameter 表示 DomainOperation 的參數。
DomainService 提供基底類別給所有 DomainService 實作。
DomainServiceContext 表示 DomainService 執行之作業的執行環境。
DomainServiceDescription 表示 DomainService 的相關資訊。
DomainServiceDescriptionProvider DomainService 建立 DomainServiceDescription
DomainServiceDescriptionProviderAttribute 指定 DomainService 型別的 DomainServiceDescriptionProvider
DomainServiceErrorInfo 提供有關處理 DomainService 作業期間所發生無法復原錯誤的資訊。
ExcludeAttribute 指定實體成員將不會出現在該實體之程式碼產生的用戶端檢視中,而且該值永遠不應傳送至用戶端。
IgnoreAttribute 指定 DomainService 上的方法不是網域作業。
IncludeAttribute 指定關聯應該是任何程式碼產生的用戶端實體的一部分。
InsertAttribute 指定 DomainService 方法是插入方法。
InvokeAttribute 指定 DomainService 方法為叫用作業。
InvokeDescription 表示要由網域服務處理的叫用作業。
OutputCacheAttribute 提供宣告的方式來啟用輸出快取。
QueryAttribute 指定 DomainService 方法是查詢方法。
QueryDescription 表示 DomainService 要處理的查詢作業。
RequiresAuthenticationAttribute 指定網域作業只能由驗證的使用者叫用。
RequiresRoleAttribute 指定一組允許叫用 DomainOperationEntry 的角色。
UpdateAttribute 指定 DomainService 方法是更新方法。
ValidationResultInfo 包含在伺服器上執行作業時所發生錯誤的相關資訊。

介面

介面 說明
IDomainServiceFactory 提供介面給 DomainService Factory 實作。

列舉型別

列舉型別 說明
ChangeOperation 指定可以在物件上執行的變更作業。
DomainOperation 指定 DomainService 可以執行的作業。
DomainOperationType 指定執行中的網域作業類型。
OutputCacheLocation 指定值,這些值用於控制資源之輸出快取 HTTP 回應的位置。