GlobalParameterSpecification Class

Definition

Definition of a single parameter for an entity.

public class GlobalParameterSpecification
type GlobalParameterSpecification = class
Public Class GlobalParameterSpecification
Inheritance
GlobalParameterSpecification

Constructors

GlobalParameterSpecification()

Initializes a new instance of the GlobalParameterSpecification class.

GlobalParameterSpecification(String, Object)

Initializes a new instance of the GlobalParameterSpecification class.

Properties

Type

Gets or sets global Parameter type. Possible values include: 'Object', 'String', 'Int', 'Float', 'Bool', 'Array'

Value

Gets or sets value of parameter.

Methods

Validate()

Validate the object.

Applies to