DOFPermissionBindingBuilderaddWildcardAttribute Method OpenDOF Object Access Library
Add a wildcard attribute (any data) of a specific type to a binding permission builder.

Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFPermissionBindingBuilder addWildcardAttribute(
	byte type
)

Parameters

type
Type: SystemByte
The type of the Attribute. This must be one of the 'type' constants defined in the DOFObjectID.Attribute class.

Return Value

Type: DOFPermissionBindingBuilder
The builder.
Remarks

Add a wildcard attribute (any data) of a specific type to a binding permission builder.
See Also

Reference