Class ValidateSignaturesCommandContext
Represents the validate signatures command context.
Inheritance
System.Object
ValidateSignaturesCommandContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class ValidateSignaturesCommandContext
Constructors
ValidateSignaturesCommandContext()
Declaration
public ValidateSignaturesCommandContext()
Properties
FieldNameCollection
Gets or sets the field name collection.
Declaration
public IEnumerable<string> FieldNameCollection { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
The field name collection. |
ValidationProperties
Gets or sets the validation properties.
Declaration
public SignatureValidationProperties ValidationProperties { get; set; }
Property Value
Telerik.Windows.Documents.Fixed.Model.DigitalSignatures.SignatureValidationProperties
The validation properties. |