Class GreyCaseAttribute
Marks a static partial factory method on a GenerateResultAttribute
type as a grey case: a state that is neither success nor failure (e.g. not-found).
Grey cases make both Succeeded and Failedfalse.
[AttributeUsage(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public sealed class GreyCaseAttribute : Attribute
- Inheritance
-
GreyCaseAttribute
- Inherited Members