MinExclusiveFacetCheckAttribute.IsValid Method

Definition

Overloads

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

IsValid(UInt32)

public:
 override bool IsValid(System::UInt32 value);
public override bool IsValid (uint value);
override this.IsValid : uint32 -> bool
Public Overrides Function IsValid (value As UInteger) As Boolean

Parameters

value
UInt32

Returns

Boolean

Applies to

IsValid(UInt16)

public:
 override bool IsValid(System::UInt16 value);
public override bool IsValid (ushort value);
override this.IsValid : uint16 -> bool
Public Overrides Function IsValid (value As UShort) As Boolean

Parameters

value
UInt16

Returns

Boolean

Applies to

IsValid(TimeSpan)

public:
 override bool IsValid(TimeSpan value);
public override bool IsValid (TimeSpan value);
override this.IsValid : TimeSpan -> bool
Public Overrides Function IsValid (value As TimeSpan) As Boolean

Parameters

value
TimeSpan

Returns

Boolean

Applies to

IsValid(String)

public:
 override bool IsValid(System::String ^ value);
public override bool IsValid (string value);
override this.IsValid : string -> bool
Public Overrides Function IsValid (value As String) As Boolean

Parameters

value
String

Returns

Boolean

Applies to

IsValid(Single)

public:
 override bool IsValid(float value);
public override bool IsValid (float value);
override this.IsValid : single -> bool
Public Overrides Function IsValid (value As Single) As Boolean

Parameters

value
Single

Returns

Boolean

Applies to

IsValid(SByte)

public:
 override bool IsValid(System::SByte value);
public override bool IsValid (sbyte value);
override this.IsValid : sbyte -> bool
Public Overrides Function IsValid (value As SByte) As Boolean

Parameters

value
SByte

Returns

Boolean

Applies to

IsValid(UInt64)

public:
 override bool IsValid(System::UInt64 value);
public override bool IsValid (ulong value);
override this.IsValid : uint64 -> bool
Public Overrides Function IsValid (value As ULong) As Boolean

Parameters

value
UInt64

Returns

Boolean

Applies to

IsValid(Int64)

public:
 override bool IsValid(long value);
public override bool IsValid (long value);
override this.IsValid : int64 -> bool
Public Overrides Function IsValid (value As Long) As Boolean

Parameters

value
Int64

Returns

Boolean

Applies to

IsValid(Int16)

public:
 override bool IsValid(short value);
public override bool IsValid (short value);
override this.IsValid : int16 -> bool
Public Overrides Function IsValid (value As Short) As Boolean

Parameters

value
Int16

Returns

Boolean

Applies to

IsValid(Double)

public:
 override bool IsValid(double value);
public override bool IsValid (double value);
override this.IsValid : double -> bool
Public Overrides Function IsValid (value As Double) As Boolean

Parameters

value
Double

Returns

Boolean

Applies to

IsValid(Decimal)

public:
 override bool IsValid(System::Decimal value);
public override bool IsValid (decimal value);
override this.IsValid : decimal -> bool
Public Overrides Function IsValid (value As Decimal) As Boolean

Parameters

value
Decimal

Returns

Boolean

Applies to

IsValid(DateTime)

public:
 override bool IsValid(DateTime value);
public override bool IsValid (DateTime value);
override this.IsValid : DateTime -> bool
Public Overrides Function IsValid (value As DateTime) As Boolean

Parameters

value
DateTime

Returns

Boolean

Applies to

IsValid(Byte)

public:
 override bool IsValid(System::Byte value);
public override bool IsValid (byte value);
override this.IsValid : byte -> bool
Public Overrides Function IsValid (value As Byte) As Boolean

Parameters

value
Byte

Returns

Boolean

Applies to

IsValid(Boolean)

public:
 override bool IsValid(bool value);
public override bool IsValid (bool value);
override this.IsValid : bool -> bool
Public Overrides Function IsValid (value As Boolean) As Boolean

Parameters

value
Boolean

Returns

Boolean

Applies to

IsValid(Int32)

public:
 override bool IsValid(int value);
public override bool IsValid (int value);
override this.IsValid : int -> bool
Public Overrides Function IsValid (value As Integer) As Boolean

Parameters

value
Int32

Returns

Boolean

Applies to