Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • TdxMemberInfoCollection Members

    Constructors

    Name Description
    Create Inherited from TList<T>.
    Create(TdxEntityInfo,TdxMappingMemberInfo[]) Initializes a new instance of the TdxMemberInfoCollection class with specified settings.
    Create(TdxEntityInfo,string,Boolean,Boolean) Initializes a new instance of the TdxMemberInfoCollection class with specified settings.
    Create(TdxEntityInfo,string,Boolean) Initializes a new instance of the TdxMemberInfoCollection class with specified settings.
    Create(TdxEntityInfo,string) Initializes a new instance of the TdxMemberInfoCollection class with specified settings.
    Create(TdxEntityInfo,TArray<string>,Boolean,Boolean)
    Create(TdxEntityInfo) Initializes a new instance of the TdxMemberInfoCollection class with specified settings.
    Create(IComparer<T>) Inherited from TList<T>.
    Create(T[]) Inherited from TList<T>.
    Create(TEnumerable<T>) Inherited from TList<T>.

    Properties

    Name Description
    Capacity Inherited from TList<T>.
    Comparer Inherited from TList<T>.
    Count Inherited from TList<T>.
    HasNonPersistent
    Items Inherited from TList<T>.
    List Inherited from TList<T>.
    PList Inherited from TList<T>.

    Methods

    Name Description
    Add(T) Inherited from TList<T>.
    AddRange(IEnumerable<T>) Inherited from TList<T>.
    AddRange(T[]) Inherited from TList<T>.
    AddRange(TEnumerable<T>) Inherited from TList<T>.
    BinarySearch(T,Integer,IComparer<T>,Integer,Integer) Inherited from TList<T>.
    BinarySearch(T,Integer,IComparer<T>) Inherited from TList<T>.
    BinarySearch(T,Integer) Inherited from TList<T>.
    Clear Inherited from TList<T>.
    Contains(T) Inherited from TList<T>.
    Delete(Integer) Inherited from TList<T>.
    DeleteRange(Integer,Integer) Inherited from TList<T>.
    Equals(TObject) Inherited from TObject.
    Error(PResStringRec,NativeInt) Inherited from TList<T>.
    Error(String,NativeInt) Inherited from TList<T>.
    Exchange(Integer,Integer) Inherited from TList<T>.
    Expand Inherited from TList<T>.
    Extract(T) Inherited from TList<T>.
    ExtractAt(Integer) Inherited from TList<T>.
    ExtractItem(T,TDirection) Inherited from TList<T>.
    FindMember(TdxEntityInfo,string) static
    First Inherited from TList<T>.
    GetHashCode Inherited from TObject.
    GetSplitPartCount(string) static
    IndexOf(T) Inherited from TList<T>.
    IndexOfItem(T,TDirection) Inherited from TList<T>.
    IndexOfName(string) Inherited from TdxMemberInfoList.
    Insert(Integer,T) Inherited from TList<T>.
    InsertRange(Integer,IEnumerable<T>) Inherited from TList<T>.
    InsertRange(Integer,T[],Integer) Inherited from TList<T>.
    InsertRange(Integer,T[]) Inherited from TList<T>.
    InsertRange(Integer,TEnumerable<T>) Inherited from TList<T>.
    Last Inherited from TList<T>.
    LastIndexOf(T) Inherited from TList<T>.
    LastIndexOfSplittingDotInPath(string) static
    Move(Integer,Integer) Inherited from TList<T>.
    Pack Inherited from TList<T>.
    Pack(TEmptyFunc) Inherited from TList<T>.
    ParsePath(TdxEntityInfo,string) static
    ParsePersistentPath(TdxEntityInfo,string) static
    Remove(TEnumerable<TdxMappingMemberInfo>)
    Remove(T) Inherited from TList<T>.
    RemoveItem(T,TDirection) Inherited from TList<T>.
    Reverse Inherited from TList<T>.
    Sort Inherited from TList<T>.
    Sort(IComparer<T>,Integer,Integer) Inherited from TList<T>.
    Sort(IComparer<T>) Inherited from TList<T>.
    SplitPath(string) static
    ToArray Inherited from TEnumerable<T>.
    ToString Inherited from TObject.
    TrimExcess Inherited from TList<T>.
    TryResolveType(string,TdxEntityInfo,TdxEntityInfo) static
    TryResolveTypeAlsoByShortName(string,TdxEntityInfo,TdxEntityInfo) static

    Events

    Name Description
    OnNotify Inherited from TList<T>.
    See Also