Show / Hide Table of Contents

Class SizeAttribute

Indicates that the property maps to a column with a maximum size.

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

Constructors

| Improve this Doc View Source

SizeAttribute()

Initializes a new instance of the SizeAttribute class.

Declaration
public SizeAttribute()
| Improve this Doc View Source

SizeAttribute(Int64)

Initializes a new instance of the SizeAttribute class.

Declaration
public SizeAttribute(long maxSize)
Parameters
Type Name Description
System.Int64 maxSize

The maximum size.

Properties

| Improve this Doc View Source

MaxSize

Gets or sets the maximum size.

Declaration
public long MaxSize { get; set; }
Property Value
Type Description
System.Int64

The maximum size.

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.