Behavior


Description

Defines a behavior for a policy. A behavior defines how a single characteristic of the underlying object is handled by a web method. For instance, a behavior for the Create GL Transaction Policy controls whether a reversing transaction is created when the CreateGLTransaction method creates a new transaction. A policy can have multiple behaviors defined for it.

Properties

Property

Type

Length

Default

Description

Key

BehaviorKey

N/A

N/A

The behavior key object that uniquely identifies the behavior. This property is read-only.

Name

string

N/A

N/A

The name of the behavior. This property is read-only.

Description

string

N/A

N/A

A description of the behavior. This property is read-only.

Internal

boolean

N/A

N/A

Indicates whether the behavior can be controlled by the application accessing the web method, or only by the web service administrator. True means the behavior can be controlled only by the web service administrator. False means the behavior can be controlled by the application accessing the web method. This property is read-only.

Options

ArrayOfBehaviorOption

N/A

N/A

The collection of possible behavior options for this behavior. This property is read-only.

SelectedOption

BehaviorOption

N/A

N/A

The behavior option that will be used from the list of available behavior options. This property is read-only.



Documentation Feedback