Click or drag to resize

CargoSpecialColumnNames Class

This is preliminary documentation and is subject to change.

Inheritance Hierarchy
SystemObject
  WikiClientLibrary.Cargo.SchemaCargoSpecialColumnNames

Namespace: WikiClientLibrary.Cargo.Schema
Assembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static class CargoSpecialColumnNames

The CargoSpecialColumnNames type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberFieldName(__files table) The name of the relevant field of type "File".
Public fieldStatic memberFileName(__files table) The value of the field, i.e. the name of an uploaded file.
Public fieldStatic memberIdHolds a unique ID for this row.
Public fieldStatic memberLeft(__[ColumnName]_hierarchy table) The number of the leftmost node represented by this value.
Public fieldStatic memberPageIdHolds the internal MediaWiki ID for that page.
Public fieldStatic memberPageNameHolds the name of the page from which this row of values was stored.
Public fieldStatic memberPageNamespaceHolds the numerical ID of the namespace of the page from which this row of values was stored.
Public fieldStatic memberPageTitleSimilar to PageName, but leaves out the namespace, if there is one.
Public fieldStatic memberPosition(__[ListColumnName] table) Holds the position of this value in the list (can be 1, 2, etc.)
Public fieldStatic memberRight(__[ColumnName]_hierarchy table) The number of the rightmost node represented by this value.
Public fieldStatic memberRowId(__[ListColumnName] table) Holds the ID of the row (i.e., _ID) in the main table that this value corresponds to.
Public fieldStatic memberValue (__[ListColumnName] table) Holds the actual, individual value. (__[ColumnName]_hierarchy table) The allowed value.
Top
See Also