RangeFacetCheckAttribute Class

Definition

Important

This API is not CLS-compliant.

public ref class RangeFacetCheckAttribute abstract : Microsoft::BizTalk::Adapter::Framework::ComponentModel::CheckAttribute
[System.AttributeUsage(System.AttributeTargets.Property, Inherited=true)]
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(false)]
public abstract class RangeFacetCheckAttribute : Microsoft.BizTalk.Adapter.Framework.ComponentModel.CheckAttribute
type RangeFacetCheckAttribute = class
    inherit CheckAttribute
Public MustInherit Class RangeFacetCheckAttribute
Inherits CheckAttribute
Inheritance
RangeFacetCheckAttribute
Derived
Attributes

Constructors

RangeFacetCheckAttribute()
RangeFacetCheckAttribute(Object, String)

Properties

Limit (Inherited from CheckAttribute)
Message (Inherited from CheckAttribute)

Methods

IsValid(Boolean)
IsValid(Byte)
IsValid(DateTime)
IsValid(Decimal)
IsValid(Double)
IsValid(Int16)
IsValid(Int32)
IsValid(Int64)
IsValid(Object)
IsValid(SByte)
IsValid(Single)
IsValid(String)
IsValid(TimeSpan)
IsValid(UInt16)
IsValid(UInt32)
IsValid(UInt64)

Applies to