Show / Hide Table of Contents

Class RangeAttribute

Indicates that the property maps to a column with a max and minimum values.

Inheritance
System.Object
RangeAttribute
Namespace: Paradigm.ORM.Data.Attributes
Assembly: Paradigm.ORM.Data.dll
Syntax
public class RangeAttribute : Attribute

Constructors

| Improve this Doc View Source

RangeAttribute()

Initializes a new instance of the RangeAttribute class.

Declaration
public RangeAttribute()
| Improve this Doc View Source

RangeAttribute(String, String)

Initializes a new instance of the RangeAttribute class.

Declaration
public RangeAttribute(string minValue, string maxValue)
Parameters
Type Name Description
System.String minValue

The minimum value.

System.String maxValue

The maximum value.

Properties

| Improve this Doc View Source

MaxValue

Gets or sets the maximum value.

Declaration
public string MaxValue { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MinValue

Gets or sets the minimum value.

Declaration
public string MinValue { get; set; }
Property Value
Type Description
System.String

Extension Methods

ObjectExtensions.ThrowIfFails<TException>(Object, Action, String)
ObjectExtensions.ThrowIfFails<TException, TResult>(Object, Func<TResult>, String)
ObjectExtensions.ThrowIfFailsAsync<TException>(Object, Func<Task>, String)
ObjectExtensions.ThrowIfFailsAsync<TException, TResult>(Object, Func<Task<TResult>>, String)
  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.