ContextDataProviderAttribute public sealed class ContextDataProviderAttribute : Attribute Documentation Code public bool CapturesData { get; } public Type Type { get; } public ContextDataProviderAttribute(Type dataProviderType, Func<bool> capturesData) public ContextDataProviderAttribute(Type dataProviderType)