MaxInclusiveFacetCheckAttribute Class

Definition

Important

This API is not CLS-compliant.

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

Constructors

MaxInclusiveFacetCheckAttribute(Object)

Fields

Name

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) (Inherited from RangeFacetCheckAttribute)
IsValid(SByte)
IsValid(Single)
IsValid(String)
IsValid(TimeSpan)
IsValid(UInt16)
IsValid(UInt32)
IsValid(UInt64)

Applies to