MinExclusiveFacetCheckAttribute Class

Definition

Important

This API is not CLS-compliant.

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

Constructors

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