Table of Contents

Class ArrayFieldAttribute

Namespace
Biwen.QuickApi.Contents.FieldTypes
Assembly
Biwen.QuickApi.Contents.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
public class ArrayFieldAttribute : Attribute
Inheritance
ArrayFieldAttribute
Inherited Members
Extension Methods

Constructors

ArrayFieldAttribute(int, int)

public ArrayFieldAttribute(int maxLength = 20, int maxCount = 10)

Parameters

maxLength int
maxCount int

Properties

MaxCount

public int MaxCount { get; set; }

Property Value

int

MaxLength

public int MaxLength { get; set; }

Property Value

int