Class
ValidateSignaturesCommandContext

Represents the validate signatures command context.

Definition

Namespace:Telerik.Windows.Documents.Commands

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public class ValidateSignaturesCommandContext

Inheritance: objectValidateSignaturesCommandContext

Constructors

ValidateSignaturesCommandContext()

Declaration

cs-api-definition
public ValidateSignaturesCommandContext()

Properties

FieldNameCollection

Gets or sets the field name collection.

Declaration

cs-api-definition
public IEnumerable<string> FieldNameCollection { get; set; }

Property Value

IEnumerable<string>

The field name collection.

ValidationProperties

Gets or sets the validation properties.

Declaration

cs-api-definition
public SignatureValidationProperties ValidationProperties { get; set; }

Property Value

SignatureValidationProperties

The validation properties.