Class DBaseFieldDescription
Represents the description of dBase field.
Inheritance
System.Object
DBaseFieldDescription
Namespace: FastReport.Map.Import.Shp
Assembly: FastReport.dll
Syntax
public class DBaseFieldDescription
Constructors
DBaseFieldDescription()
Initializes a new instance of the DBaseFieldDescription class.
Declaration
public DBaseFieldDescription()
DBaseFieldDescription(String, DBaseFieldType, Int32)
Initializes a new instance of the DBaseFieldDescription class with a specified parameters.
Declaration
public DBaseFieldDescription(string name, DBaseFieldType type, int length)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The field name. |
DBaseFieldType | type | The field type. |
System.Int32 | length | The field length. |
DBaseFieldDescription(String, String, Int32)
Initializes a new instance of the DBaseFieldDescription class with a specified parameters.
Declaration
public DBaseFieldDescription(string name, string type, int length)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The field name. |
System.String | type | The field type. |
System.Int32 | length | The field length. |
Properties
Length
Gets the field length.
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Gets the field name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the field type.
Declaration
public DBaseFieldType Type { get; }
Property Value
Type | Description |
---|---|
DBaseFieldType |