Click or drag to resize
FdfResult Class
Represents an information block being result of a single object validation operation.
Inheritance Hierarchy
SystemObject
  FDF.Common.RuntimeFdfResult

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public sealed class FdfResult : IEquatable<FdfResult>, 
	IComparable<FdfResult>

The FdfResult type exposes the following members.

Constructors
  NameDescription
Public methodFdfResult
Initializes a new instance of the FdfResult class
Public methodFdfResult(Exception)
Initializes a new instance of the FdfResult class
Public methodFdfResult(FdfResultSeverity, String)
Initializes a new instance of the FdfResult class
Public methodFdfResult(FdfResultSeverity, String, Object)
Initializes a new instance of the FdfResult class
Public methodFdfResult(FdfResultSeverity, String, Object, Object)
Initializes a new instance of the FdfResult class
Top
Properties
  NameDescription
Public propertyBitmap
Returns a bitmap representing validation operation result.
Public propertyData
Returns optional data chunk being sent along validation result.
Public propertyDescription
Returns localized description of a validated operation.
Public propertyIcon
Returns an icon representing validation operation result.
Public propertyParent
Gets or sets validated object's parent.
Public propertySender
Returns validated object, a source of validation operation.
Public propertySeverity
Returns severity of validated operation.
Top
Methods
  NameDescription
Public methodCompareTo
Compares the current object with another object of the same type.
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
Public methodGetDialogBox
Public methodToString
Returns validation operation description.
(Overrides ObjectToString.)
Top
Remarks