nspectre - declarative validation for .NET

CompositeSpecification Members

CompositeSpecification overview

Public Instance Constructors

CompositeSpecification Overloaded. Initializes a new instance of the CompositeSpecification class.

Public Instance Properties

ErrorMessage (inherited from SpecificationBase) Gets or sets the error message for the SpecificationBase.
IsShortCircuited Gets or sets a value indicating if the CompositeSpecifcation is short circuited.
Key (inherited from SpecificationBase) Gets or sets the key of the SpecificationBase.
Kind Gets or sets the kind of CompositeKind of this CompositeSpecifcation.
Name (inherited from SpecificationBase) Gets or sets the name of the SpecificationBase.
Specifications Gets the specifications that comprise this CompositeSpecification.

Public Instance Methods

Equals (inherited from SpecificationBase) Determines whether the specified System.Object is equal to the current instance.
GetHashCode (inherited from SpecificationBase) Returns the hash code for this instance.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from SpecificationBase) Returns a System.String that represents the current instance.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
IsEqualTo (inherited from SpecificationBase) Determines whether the specified System.Object is equal to the current instance.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

CompositeSpecification Class | NSpectre.Core.Configuration Namespace