FieldAttribute Constructor (Type, String, String, Object, Object, Object, Object, Object, String, Object, Object, Object, Object, Object, Object, String, String, String, String, Object, String, String, String, Object)NFX Class Library

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the FieldAttribute class

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public FieldAttribute(
	Type protoType,
	string protoFieldName,
	string targetName = "*",
	Object storeFlag = null,
	Object key = null,
	Object kind = null,
	Object required = null,
	Object visible = null,
	string valueList = null,
	Object dflt = null,
	Object min = null,
	Object max = null,
	Object minLength = null,
	Object maxLength = null,
	Object charCase = null,
	string backendName = null,
	string backendType = null,
	string description = null,
	string metadata = null,
	Object nonUI = null,
	string formatRegExp = null,
	string formatDescr = null,
	string displayFormat = null,
	Object isArow = null
)

Parameters

protoType
Type: OnlineSystem Type
protoFieldName
Type: OnlineSystem String
targetName (Optional)
Type: OnlineSystem String
storeFlag (Optional)
Type: OnlineSystem Object
key (Optional)
Type: OnlineSystem Object
kind (Optional)
Type: OnlineSystem Object
required (Optional)
Type: OnlineSystem Object
visible (Optional)
Type: OnlineSystem Object
valueList (Optional)
Type: OnlineSystem String
dflt (Optional)
Type: OnlineSystem Object
min (Optional)
Type: OnlineSystem Object
max (Optional)
Type: OnlineSystem Object
minLength (Optional)
Type: OnlineSystem Object
maxLength (Optional)
Type: OnlineSystem Object
charCase (Optional)
Type: OnlineSystem Object
backendName (Optional)
Type: OnlineSystem String
backendType (Optional)
Type: OnlineSystem String
description (Optional)
Type: OnlineSystem String
metadata (Optional)
Type: OnlineSystem String
nonUI (Optional)
Type: OnlineSystem Object
formatRegExp (Optional)
Type: OnlineSystem String
formatDescr (Optional)
Type: OnlineSystem String
displayFormat (Optional)
Type: OnlineSystem String
isArow (Optional)
Type: OnlineSystem Object
See Also