ParameterSpecification Class

Definition

Definition of a single parameter for an entity.

public class ParameterSpecification
type ParameterSpecification = class
Public Class ParameterSpecification
Inheritance
ParameterSpecification

Constructors

ParameterSpecification()

Initializes a new instance of the ParameterSpecification class.

ParameterSpecification(String, Object)

Initializes a new instance of the ParameterSpecification class.

Properties

DefaultValue

Gets or sets default value of parameter.

Type

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

Methods

Validate()

Validate the object.

Applies to