Click or drag to resize

OpsCommandAttributeAttribute(CommandCategory, RequiredField, AllowedField, String) Constructor

Initializes a new instance of the OpsCommandAttributeAttribute class

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.9
Syntax
C#
public OpsCommandAttributeAttribute(
	CommandCategory category,
	RequiredField required,
	AllowedField allowed,
	string emcLookup
)

Parameters

category  CommandCategory
 
required  RequiredField
 
allowed  AllowedField
 
emcLookup  String
 
See Also