次の方法で共有


RangeAttribute クラス

定義

Range 属性

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class RangeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type RangeAttribute = class
    inherit Attribute
Public NotInheritable Class RangeAttribute
Inherits Attribute
継承
RangeAttribute
属性

コンストラクター

RangeAttribute(Double, Double, Boolean)

認証要求の処理に使用する RangeAttribute

RangeAttribute(Double, Double, Double, Boolean)

認証要求の処理に使用する RangeAttribute

RangeAttribute(Int32, Int32, Boolean)

認証要求の処理に使用する RangeAttribute

RangeAttribute(Int32, Int32, Int32, Boolean)

認証要求の処理に使用する RangeAttribute

RangeAttribute(Single, Single, Boolean)

認証要求の処理に使用する RangeAttribute

RangeAttribute(Single, Single, Single, Boolean)

認証要求の処理に使用する RangeAttribute

プロパティ

Init

Range 属性

LogBase

Range 属性

Max

Range 属性

Min

Range 属性

適用対象