Click or drag to resize

OpsCommandAttributeAttribute(CommandCategory, RequiredField, AllowedField) Constructor

Initializes a new instance of the OpsCommandAttributeAttribute class

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

Parameters

category  CommandCategory
 
required  RequiredField
 
allowed  AllowedField
 
See Also