Represents the signature properties dialog view model.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs.ViewModels
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
public class SignaturePropertiesDialogViewModel : DialogViewModelBase<SignaturePropertiesDialogContext>, INotifyPropertyChanged
Inheritance: objectDialogViewModelBase<SignaturePropertiesDialogContext>SignaturePropertiesDialogViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the SignaturePropertiesDialogViewModel class.
public SignaturePropertiesDialogViewModel(SignaturePropertiesDialogContext context)
The context.
Properties
Gets or sets the content of the document is modified.
public string DocumentIsModifiedContent { get; }
The content of the document is modified.
Gets or sets the content of the signature date.
public string SignatureDateContent { get; set; }
The content of the signature date.
Gets or sets the signature general status.
public SignatureGeneralStatus SignatureGeneralStatus { get; }
The signature general status.
Gets or sets the content of the signature validation.
public string SignatureSummaryContent { get; }
The content of the signature validation.
Gets or sets the content of the signer validity.
public string SignerValidityContent { get; }
The content of the signer validity.
Methods
Updates the content of the document is modified.
protected virtual void UpdateDocumentIsModifiedContent(SignatureValidationResult validationResult)
The validation result.
Updates the content of the signature date.
protected virtual void UpdateSignatureDateContent(SignatureValidationResult validationResult)
The validation result.
Updates the content of the signature validation.
protected virtual void UpdateSignatureSummaryContent(SignatureValidationResult validationResult)
The validation result.
Updates the content of the signer validity.
protected virtual void UpdateSignerValidityContent(SignatureValidationResult validationResult)
The validation result.
Updates the content of the UI.
public virtual void UpdateUIContent()