Click or drag to resize
CompositeValidationResult Class
Inheritance Hierarchy
SystemObject
  System.ComponentModel.DataAnnotationsValidationResult
    ConnectedApps.Cms.Entities.DataAnnotationsCompositeValidationResult

Namespace: ConnectedApps.Cms.Entities.DataAnnotations
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CompositeValidationResult : ValidationResult

The CompositeValidationResult type exposes the following members.

Constructors
  NameDescription
Protected methodCompositeValidationResult(ValidationResult)
Initializes a new instance of the CompositeValidationResult class
Public methodCompositeValidationResult(String)
Initializes a new instance of the CompositeValidationResult class
Public methodCompositeValidationResult(String, IEnumerableString)
Initializes a new instance of the CompositeValidationResult class
Top
Properties
  NameDescription
Public propertyErrorMessage
Gets the error message for the validation.
(Inherited from ValidationResult.)
Public propertyMemberNames
Gets the collection of member names that indicate which fields have validation errors.
(Inherited from ValidationResult.)
Public propertyResults
Top
Methods
  NameDescription
Public methodAddResult
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string representation of the current validation result.
(Inherited from ValidationResult.)
Top
See Also