StrictlyLessThanAttribute Methods |
The StrictlyLessThanAttribute type exposes the following members.
Name | Description | |
---|---|---|
CompileTimeValidate(Object) |
Method invoked at build time to ensure that the aspect has been applied to
the right target.
(Inherited from RangeAttribute.) | |
CompileTimeValidate(LocationInfo) |
Validates that the current aspect has been applied to a valid location.
(Inherited from LocationContractAttribute.) | |
CreateArgumentException | Obsolete.
Creates an ArgumentException with an error message formatted from ErrorMessage and
given concrete values.
(Inherited from LocationContractAttribute.) | |
CreateArgumentNullException | Obsolete.
Creates an ArgumentNullException with an error message formatted from ErrorMessage and
given concrete values.
(Inherited from LocationContractAttribute.) | |
CreateArgumentOutOfRangeException | Obsolete.
Creates an ArgumentOutOfRangeException with an error message formatted from ErrorMessage and
given concrete values.
(Inherited from LocationContractAttribute.) | |
CreateException | (Overrides RangeAttribute.CreateException(Object, String, LocationKind, LocationValidationContext).) | |
CreatePostconditionFailedException | Obsolete.
Creates an PostconditionFailedException with an error message formatted from ErrorMessage and
given concrete values.
(Inherited from LocationContractAttribute.) | |
FormatErrorMessage | Obsolete.
Formats the ErrorMessage with concrete values.
(Inherited from LocationContractAttribute.) | |
GetErrorMessage | Obsolete.
Gets unformatted error message as defined by the instance.
(Overrides RangeAttribute.GetErrorMessage().) | |
GetErrorMessageArguments | Obsolete.
Gets values of additional arguments for error message associated with particular instance of LocationContractAttribute.
There arguments can be referenced from error message string by {4}, {5} and so on.
(Overrides RangeAttribute.GetErrorMessageArguments().) | |
RuntimeInitialize |
Initializes the aspect at runtime.
(Inherited from LocationContractAttribute.) | |
SelectSelfOrNothing |
A pointcut that selects the target location of the current aspect, unless the target location is a dependency property or an attached property.
(Inherited from LocationContractAttribute.) | |
ValidateValueDynamic |
Validates a weakly-typed (boxed) value, typically the value of a dependency property or an attached property.
(Inherited from RangeAttribute.) |