IsFilterableAttribute クラス

定義

フィールドをフィルター式で使用できることを示します。

[System.AttributeUsage(System.AttributeTargets.Property)]
public class IsFilterableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type IsFilterableAttribute = class
    inherit Attribute
Public Class IsFilterableAttribute
Inherits Attribute
継承
IsFilterableAttribute
属性

コンストラクター

IsFilterableAttribute()

フィールドをフィルター式で使用できることを示します。

適用対象