Class FieldType
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Specifies the field type of a property.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class FieldType : Attribute
- Inheritance
-
FieldType
- Inherited Members
Constructors
FieldType(LlFieldType)
Initializes a new instance of the FieldType class with the specified field type.
public FieldType(LlFieldType fieldType)
Parameters
fieldTypeLlFieldTypeThe field type to assign.
Properties
LlFieldType
Gets the assigned field type.
public LlFieldType LlFieldType { get; }
Property Value
- LlFieldType