Click or drag to resize

CargoTableFieldType Enumeration

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "T:WikiClientLibrary.Cargo.Schema.CargoTableFieldType"]


Namespace: WikiClientLibrary.Cargo.Schema
Assembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public enum CargoTableFieldType
Members
Member nameValueDescription
Page0Holds the name of a page in the wiki (default max size: 300 characters)
String1Holds standard, non-wikitext text (default max size: 300 characters)
Text2Holds standard, non-wikitext text; intended for longer values (Not indexed)
Integer3Holds an integer
Float4Holds a real, i.e. non-integer, number
Date5Holds a date without time
StartDate6 
EndDate7Similar to Date, but are meant to Hold the beginning and end of some duration. A table can hold either no Start date and no End date field, or exactly one of both.
Datetime8Holds a date and time
StartDatetime9 
EndDatetime10Work like Start date or End date, but include a time.
Boolean11Holds a Boolean value, whose value should be 1 or 0, or 'yes' or 'no' (see this section for Cargo-specific information on querying Boolean values)
Coordinates12Holds geographical coordinates
WikitextString13Holds a short text that is meant to be parsed by the MediaWiki parser (default max size: 300 characters)
Wikitext14Holds longer text that is meant to be parsed by the MediaWiki parser (Not indexed)
Searchtext15Holds text that can be searched on, using the MATCHES command (requires MySQL 5.6+ or MariaDB 5.6+)
File16Holds the name of an uploaded file or image in the wiki (similar to Page, but does not require specifying the "File:" namespace) (default max size: 300 characters)
URL17Holds a URL (default max size: 300 characters)
Email18Holds an email address (default max size: 300 characters)
Rating19Holds a "rating" value, i.e. usually an integer from 1 to 5
See Also