Newer Version Available

This content describes an older version of this product. View Latest

ProcessDefinition Class

Contains the verification process definition, including the list of process details.

Namespace

id_verification

ProcessDefinition Constructors

The following are constructors for ProcessDefinition.

ProcessDefinition(layoutType, processDetail)

Creates an instance of the ProcessDefinition class with the specified parameter values.

Signature

public ProcessDefinition(String layoutType, List<id_verification.ProcessDetail> processDetail)

Parameters

layoutType
Type: String
Specifies the display layout of the search component is tab or stacked.
processDetail
Type: List<id_verification.ProcessDetail>
Required. Represents the details of verification processes.

ProcessDefinition()

Creates an instance of the ProcessDefinition class.

Signature

public ProcessDefinition()

ProcessDefinition Properties

The following are properties for ProcessDefinition.

layoutType

Specifies the display layout of the search component is tab or stacked.

Signature

public String layoutType {get; set;}

Property Value

Type: String

processDetail

Represents the details of verification processes.

Signature

public List<id_verification.ProcessDetail> processDetail {get; set;}

Property Value

Type: List<id_verification.ProcessDetail>