Click or drag to resize

OpsCommandAttributeAttribute Constructor (CommandCategory, RequiredField, AllowedField)

Initializes a new instance of the OpsCommandAttributeAttribute class

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

Parameters

category
Type: Micros.OpsCommandCategory
required
Type: Micros.OpsRequiredField
allowed
Type: Micros.OpsAllowedField
See Also