Click or drag to resize

FndEnumerationsAttribute Constructor

This parameter is generated into ServerModel.cs files to indicate what enumerations the assembly is using.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public FndEnumerationsAttribute(
	params string[] enumerations
)

Parameters

enumerations
Type: SystemString
List of enumeration names
See Also