Click or drag to resize

FndComponentAttribute Constructor (String, String)

Creates a new instance of FndComponentAttribute in a custom defined layer

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 FndComponentAttribute(
	string component,
	string layerName
)

Parameters

component
Type: System.String
Component name (eg ORDER)
layerName
Type: System.String
Layer name(eg Core, Ext or Cust)
See Also