PostSharp//API Reference/Post­Sharp.​Aspects/Location­Validation­Context
Open sandboxFocus

Class LocationValidationContext

Enumerates the possible contexts in which the location validation advices can be invoked.

Inheritance
LocationValidationContext
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public sealed class LocationValidationContext : Enum

Fields

Name Description
None

None.

Precondition

The value is being validated on method entry.

SuccessPostcondition

The value is being validated just before the method successfully returns.

value__