Click or drag to resize

ValidationKey Class

Class ValidationKey.
Inheritance Hierarchy
SystemObject
  SystemTupleString, ValidationTypeEnum
    Aml.Engine.ServicesValidationKey

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public class ValidationKey : Tuple<string, ValidationTypeEnum>

The ValidationKey type exposes the following members.

Constructors
 NameDescription
Public methodValidationKey Initializes a new instance of the ValidationKey class.
Top
Properties
 NameDescription
Public propertyKey Gets the key.
Public propertyValidationType Gets the type of the validation.
Top
See Also