Show / Hide Table of Contents

Enum LogicalDataType

Enumeration of logical data types of Column

Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public enum LogicalDataType

Fields

Name Description
CreditCard

Credit card data type

Currency

Currency data type

Custom

Custom data type, not one of the static data types we know

Date

Date data type

DateTime

DateTime data type

Duration

Duration data type

EmailAddress

Email address data type

Html

Html data type

ImageUrl

URL to an Image -- to be displayed as an image instead of text

MultilineText

Multiline text data type

Password

Password data type -- do not echo in UI

PhoneNumber

Phone number data type

PostalCode

Postal code data type

Text

Plain text data type

Time

Time data type

Upload

File upload data type

Url

URL data type

Extension Methods

ColumnExtensions.WithDefaultValue<LogicalDataType, TValue>(TValue, String, String)
ColumnExtensions.WithValueComparer<LogicalDataType, TValue>(IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest