Class DataProviderThreadSafenessAttribute
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Specifies the thread safeness level for a data provider class.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class DataProviderThreadSafenessAttribute : Attribute
- Inheritance
-
DataProviderThreadSafenessAttribute
- Inherited Members
Properties
DataProviderThreadSafeness
Gets or sets the thread safeness level for the data provider.
public DataProviderThreadSafeness DataProviderThreadSafeness { get; set; }