SpecialFieldsDefinition MembersKentico 8.0 API Reference
The SpecialFieldsDefinition type exposes the following members.
Constructors

  NameDescription
Public methodSpecialFieldsDefinition
Constructor.
Back to Top
Methods

  NameDescription
Public methodOnlineAdd (Inherited from OnlineList SpecialField .)
Public methodOnlineAddRange (Inherited from OnlineList SpecialField .)
Public methodOnlineAsReadOnly (Inherited from OnlineList SpecialField .)
Public methodOnlineBinarySearch(T) (Inherited from OnlineList SpecialField .)
Public methodOnlineBinarySearch(T, IComparer T )
Searches the entire sorted OnlineList T  for an element using the specified comparer and returns the zero-based index of the element.
(Inherited from OnlineList SpecialField .)
Public methodOnlineBinarySearch(Int32, Int32, T, IComparer T )
Searches a range of elements in the sorted OnlineList T  for an element using the specified comparer and returns the zero-based index of the element.
(Inherited from OnlineList SpecialField .)
Public methodOnlineClear (Inherited from OnlineList SpecialField .)
Public methodOnlineContains (Inherited from OnlineList SpecialField .)
Public methodOnlineConvertAll TOutput  (Inherited from OnlineList SpecialField .)
Public methodOnlineCopyTo( T ) (Inherited from OnlineList SpecialField .)
Public methodOnlineCopyTo( T , Int32) (Inherited from OnlineList SpecialField .)
Public methodOnlineCopyTo(Int32,  T , Int32, Int32)
Copies a range of elements from the OnlineList T  to a compatible one-dimensional array, starting at the specified index of the target array.
(Inherited from OnlineList SpecialField .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineExists (Inherited from OnlineList SpecialField .)
Public methodFillItems
Fills list items.
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineFind
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire OnlineList T .
(Inherited from OnlineList SpecialField .)
Public methodOnlineFindAll
Retrieves all the elements that match the conditions defined by the specified predicate.
(Inherited from OnlineList SpecialField .)
Public methodOnlineFindIndex(Predicate T )
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire OnlineList T .
(Inherited from OnlineList SpecialField .)
Public methodOnlineFindIndex(Int32, Predicate T )
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the OnlineList T  that extends from the specified index to the last element.
(Inherited from OnlineList SpecialField .)
Public methodOnlineFindIndex(Int32, Int32, Predicate T )
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the OnlineList T  that starts at the specified index and contains the specified number of elements.
(Inherited from OnlineList SpecialField .)
Public methodOnlineFindLast
Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire OnlineList T .
(Inherited from OnlineList SpecialField .)
Public methodOnlineFindLastIndex(Predicate T )
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire OnlineList T .
(Inherited from OnlineList SpecialField .)
Public methodOnlineFindLastIndex(Int32, Predicate T )
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the OnlineList T  that extends from the first element to the specified index.
(Inherited from OnlineList SpecialField .)
Public methodOnlineFindLastIndex(Int32, Int32, Predicate T )
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the OnlineList T  that contains the specified number of elements and ends at the specified index.
(Inherited from OnlineList SpecialField .)
Public methodOnlineForEach (Inherited from OnlineList SpecialField .)
Public methodOnlineGetEnumerator (Inherited from OnlineList SpecialField .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetRange (Inherited from OnlineList SpecialField .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineIndexOf(T) (Inherited from OnlineList SpecialField .)
Public methodOnlineIndexOf(T, Int32)
Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the OnlineList T  that extends from the specified index to the last element.
(Inherited from OnlineList SpecialField .)
Public methodOnlineIndexOf(T, Int32, Int32)
Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the OnlineList T  that starts at the specified index and contains the specified number of elements.
(Inherited from OnlineList SpecialField .)
Public methodOnlineInsert (Inherited from OnlineList SpecialField .)
Public methodOnlineInsertRange (Inherited from OnlineList SpecialField .)
Public methodStatic memberIsSpecialFieldMacro
Check if input is one of special field macros.
Public methodOnlineLastIndexOf(T) (Inherited from OnlineList SpecialField .)
Public methodOnlineLastIndexOf(T, Int32)
Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the OnlineList T  that extends from the first element to the specified index.
(Inherited from OnlineList SpecialField .)
Public methodOnlineLastIndexOf(T, Int32, Int32)
Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the OnlineList T  that contains the specified number of elements and ends at the specified index.
(Inherited from OnlineList SpecialField .)
Public methodLoadFromMacro
Loads special fields from macro data source.
Public methodLoadFromQuery
Loads special fields from query.
Public methodLoadFromText
Loads special fields from source text.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineRemove (Inherited from OnlineList SpecialField .)
Public methodOnlineRemoveAll
Removes all the elements that match the conditions defined by the specified predicate.
(Inherited from OnlineList SpecialField .)
Public methodOnlineRemoveAt (Inherited from OnlineList SpecialField .)
Public methodOnlineRemoveRange (Inherited from OnlineList SpecialField .)
Public methodOnlineReverse  (Inherited from OnlineList SpecialField .)
Public methodOnlineReverse(Int32, Int32)
Reverses the order of the elements in the specified range.
(Inherited from OnlineList SpecialField .)
Public methodOnlineSort  (Inherited from OnlineList SpecialField .)
Public methodOnlineSort(IComparer T ) (Inherited from OnlineList SpecialField .)
Public methodOnlineSort(Comparison T ) (Inherited from OnlineList SpecialField .)
Public methodOnlineSort(Int32, Int32, IComparer T ) (Inherited from OnlineList SpecialField .)
Public methodOnlineToArray (Inherited from OnlineList SpecialField .)
Public methodToString
Gets string representation
(Overrides OnlineObject ToString .)
Public methodOnlineTrimExcess (Inherited from OnlineList SpecialField .)
Public methodOnlineTrueForAll (Inherited from OnlineList SpecialField .)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberDATA_HASH_ATTRIBUTE
Constant string to identify data-hash attribute.
Public fieldStatic memberREPLACED_SEMICOLON
Used to separate values from text on each line in 'Options' mode.
Public fieldStatic memberSEMICOLON_TO_REPLACE
Enables users to insert semicolon into 'options' mode values.
Back to Top
Properties

  NameDescription
Public propertyAllowDuplicates
Gets or sets a value indicating whether duplicate items should be filtered out when filling a target collection.
Public propertyOnlineCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from OnlineList SpecialField .)
Public propertyOnlineCount (Inherited from OnlineList SpecialField .)
Public propertyFieldInfo
Form field info
Public propertyOnlineItem
Gets or sets the element at the specified index.
(Inherited from OnlineList SpecialField .)
Public propertyResourcePrefix
Resource string prefix to localize names of items.
Public propertySetUniqueIDs
Indicates if special fields should contain unique IDs
Public propertySortItems
If true, the items are sorted before filling a target collection.
Public propertyTexts
Returns all text values.
Public propertyValues
Returns all values.
Back to Top
See Also