Skip to main content

Enum TabularDataCategory

Namespace: Varigence.Languages.Biml.Tabular

Assembly: Biml.dll

C#


public enum TabularDataCategory

Fields

FieldsDescription
AddressSpecifies that the tabular column contains data with address values.
CitySpecifies that the tabular column contains data with city values.
ContinentSpecifies that the tabular column contains data with continent values.
CountrySpecifies that the tabular column contains data with country values.
CountySpecifies that the tabular column contains data with county values.
ImageSpecifies that the tabular column contains data with image values.
ImageUrlSpecifies that the tabular column contains data with url values that reference images.
LatitudeSpecifies that the tabular column contains data with latitude values.
LongitudeSpecifies that the tabular column contains data with longitude values.
OrganizationSpecifies that the tabular column contains data with organization values.
PlaceSpecifies that the tabular column contains data with place values.
PostalCodeSpecifies that the tabular column contains data with postal code values.
StateOrProvinceSpecifies that the tabular column contains data with state or province values.
UncategorizedSpecifies that the tabular column is not in any category.
WebUrlSpecifies that the tabular column contains data with web url values.