MaxExclusiveFacetCheckAttribute Class

Definition

Important

This API is not CLS-compliant.

public ref class MaxExclusiveFacetCheckAttribute 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 MaxExclusiveFacetCheckAttribute : Microsoft.BizTalk.Adapter.Framework.ComponentModel.RangeFacetCheckAttribute
type MaxExclusiveFacetCheckAttribute = class
    inherit RangeFacetCheckAttribute
Public NotInheritable Class MaxExclusiveFacetCheckAttribute
Inherits RangeFacetCheckAttribute
Inheritance
MaxExclusiveFacetCheckAttribute
Attributes

Constructors

MaxExclusiveFacetCheckAttribute(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