Class SchemaRowUsageModeAttribute
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Specifies the usage mode of the schema row for a class.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class SchemaRowUsageModeAttribute : Attribute
- Inheritance
-
SchemaRowUsageModeAttribute
- Inherited Members
Constructors
SchemaRowUsageModeAttribute(SchemaRowUsageMode)
Initializes a new instance of the SchemaRowUsageModeAttribute class with the specified usage mode.
public SchemaRowUsageModeAttribute(SchemaRowUsageMode schemaRowUsageMode)
Parameters
schemaRowUsageModeSchemaRowUsageModeThe schema row usage mode to assign.
Properties
SchemaRowUsageMode
Gets or sets the schema row usage mode.
public SchemaRowUsageMode SchemaRowUsageMode { get; set; }