共用方式為


QueryAttribute 成員

指定 DomainService 方法是查詢方法。

下表列出 QueryAttribute 型別公開的成員。

公用 建構函式

  名稱 說明
  QueryAttribute 初始化 QueryAttribute 類別的新執行個體。

頂端

公用 屬性

  名稱 說明
public property HasSideEffects 取得或設定值,這個值會指出查詢方法是否有副作用。
public property IsComposable 取得或設定值,這個值會指出查詢方法是否允許查詢組合。
public property IsDefault 取得或設定值,這個值表示有多個查詢方法可使用時,此查詢方法是否應該視為預設查詢。
public property ResultLimit 取得或設定查詢作業應傳回的最大結果數目。
public property TypeId  (繼承自 Attribute)

頂端

公用 方法

(另請參閱 受保護的 方法)

  名稱 說明
public method Equals  多載。 (繼承自 Attribute)
public methodstatic GetCustomAttribute  多載。 (繼承自 Attribute)
public methodstatic GetCustomAttributes  多載。 (繼承自 Attribute)
public method GetHashCode  (繼承自 Attribute)
public method GetType  (繼承自 Object)
public method IsDefaultAttribute  (繼承自 Attribute)
public methodstatic IsDefined  多載。 (繼承自 Attribute)
public method Match  (繼承自 Attribute)
public methodstatic ReferenceEquals  (繼承自 Object)
public method ToString  (繼承自 Object)

頂端

受保護的 方法

  名稱 說明
protected method Finalize  (繼承自 Object)
protected method MemberwiseClone  (繼承自 Object)

頂端

明確介面實作

  名稱 說明
  System.Runtime.InteropServices._Attribute.GetIDsOfNames  (繼承自 Attribute)
  System.Runtime.InteropServices._Attribute.GetTypeInfo  (繼承自 Attribute)
  System.Runtime.InteropServices._Attribute.GetTypeInfoCount  (繼承自 Attribute)
  System.Runtime.InteropServices._Attribute.Invoke  (繼承自 Attribute)

頂端

另請參閱

參考

QueryAttribute 類別
System.ServiceModel.DomainServices.Server 命名空間