ApiDataMapping ClassNemiro.OAuth
Represents data mapping collection for API results.
Inheritance Hierarchy

System Object
  System.Collections.Generic List ApiDataMappingItem 
    Nemiro.OAuth ApiDataMapping

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public class ApiDataMapping : List<ApiDataMappingItem>

The ApiDataMapping type exposes the following members.

Constructors

  NameDescription
Public methodApiDataMapping
Initializes a new instance of the ApiDataMapping class.
Top
Methods

  NameDescription
Public methodAdd(T) (Inherited from List ApiDataMappingItem .)
Public methodAdd(String, String)
Adds the specified data mapping to the collection.
Public methodAdd(String, String, CustomParse)
Adds the specified data mapping to the collection.
Public methodAdd(String, String, Type)
Adds the specified data mapping to the collection.
Public methodAdd(String, String, Type, String)
Adds the specified data mapping to the collection.
Public methodAdd(String, String, Type, String, CustomParse)
Adds the specified data mapping to the collection.
Public methodAddRange (Inherited from List ApiDataMappingItem .)
Public methodAsReadOnly (Inherited from List ApiDataMappingItem .)
Public methodBinarySearch(T) (Inherited from List ApiDataMappingItem .)
Public methodBinarySearch(T, IComparer T ) (Inherited from List ApiDataMappingItem .)
Public methodBinarySearch(Int32, Int32, T, IComparer T ) (Inherited from List ApiDataMappingItem .)
Public methodClear (Inherited from List ApiDataMappingItem .)
Public methodContains (Inherited from List ApiDataMappingItem .)
Public methodConvertAll TOutput  (Inherited from List ApiDataMappingItem .)
Public methodCopyTo( T ) (Inherited from List ApiDataMappingItem .)
Public methodCopyTo( T , Int32) (Inherited from List ApiDataMappingItem .)
Public methodCopyTo(Int32,  T , Int32, Int32) (Inherited from List ApiDataMappingItem .)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from List ApiDataMappingItem .)
Protected methodFinalize (Inherited from Object.)
Public methodFind (Inherited from List ApiDataMappingItem .)
Public methodFindAll (Inherited from List ApiDataMappingItem .)
Public methodFindIndex(Predicate T ) (Inherited from List ApiDataMappingItem .)
Public methodFindIndex(Int32, Predicate T ) (Inherited from List ApiDataMappingItem .)
Public methodFindIndex(Int32, Int32, Predicate T ) (Inherited from List ApiDataMappingItem .)
Public methodFindLast (Inherited from List ApiDataMappingItem .)
Public methodFindLastIndex(Predicate T ) (Inherited from List ApiDataMappingItem .)
Public methodFindLastIndex(Int32, Predicate T ) (Inherited from List ApiDataMappingItem .)
Public methodFindLastIndex(Int32, Int32, Predicate T ) (Inherited from List ApiDataMappingItem .)
Public methodForEach (Inherited from List ApiDataMappingItem .)
Public methodGetEnumerator (Inherited from List ApiDataMappingItem .)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from List ApiDataMappingItem .)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from List ApiDataMappingItem .)
Public methodIndexOf(T, Int32) (Inherited from List ApiDataMappingItem .)
Public methodIndexOf(T, Int32, Int32) (Inherited from List ApiDataMappingItem .)
Public methodInsert (Inherited from List ApiDataMappingItem .)
Public methodInsertRange (Inherited from List ApiDataMappingItem .)
Public methodLastIndexOf(T) (Inherited from List ApiDataMappingItem .)
Public methodLastIndexOf(T, Int32) (Inherited from List ApiDataMappingItem .)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from List ApiDataMappingItem .)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from List ApiDataMappingItem .)
Public methodRemoveAll (Inherited from List ApiDataMappingItem .)
Public methodRemoveAt (Inherited from List ApiDataMappingItem .)
Public methodRemoveRange (Inherited from List ApiDataMappingItem .)
Public methodReverse  (Inherited from List ApiDataMappingItem .)
Public methodReverse(Int32, Int32) (Inherited from List ApiDataMappingItem .)
Public methodSort  (Inherited from List ApiDataMappingItem .)
Public methodSort(IComparer T ) (Inherited from List ApiDataMappingItem .)
Public methodSort(Comparison T ) (Inherited from List ApiDataMappingItem .)
Public methodSort(Int32, Int32, IComparer T ) (Inherited from List ApiDataMappingItem .)
Public methodToArray (Inherited from List ApiDataMappingItem .)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from List ApiDataMappingItem .)
Public methodTrueForAll (Inherited from List ApiDataMappingItem .)
Top
Properties

  NameDescription
Public propertyCapacity (Inherited from List ApiDataMappingItem .)
Public propertyCount (Inherited from List ApiDataMappingItem .)
Public propertyItem (Inherited from List ApiDataMappingItem .)
Top
See Also