Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    IContentIndexMap Interface

    Namespace: Stride.Core.Serialization.Contents
    Assembly: Stride.Core.Serialization.dll

    public interface IContentIndexMap : IDisposable
    Name Description
    Properties
    Item[String]
    Methods
    Contains(String)
    GetMergedIdMap()
    SearchValues(Func<KeyValuePair<String, ObjectId>, Boolean>)
    TryGetValue(String, out ObjectId)
    | Improve this Doc View Source

    Properties


    Item[String]

    ObjectId this[string url] { get; set; }
    Parameters
    Type Name Description
    System.String url
    Property Value
    Type Description
    ObjectId
    | Improve this Doc View Source

    Methods


    Contains(String)

    bool Contains(string url)
    Parameters
    Type Name Description
    System.String url
    Returns
    Type Description
    System.Boolean

    GetMergedIdMap()

    IEnumerable<KeyValuePair<string, ObjectId>> GetMergedIdMap()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, ObjectId>>

    SearchValues(Func<KeyValuePair<String, ObjectId>, Boolean>)

    IEnumerable<KeyValuePair<string, ObjectId>> SearchValues(Func<KeyValuePair<string, ObjectId>, bool> predicate)
    Parameters
    Type Name Description
    System.Func<System.Collections.Generic.KeyValuePair<System.String, ObjectId>, System.Boolean> predicate
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, ObjectId>>

    TryGetValue(String, out ObjectId)

    bool TryGetValue(string url, out ObjectId objectId)
    Parameters
    Type Name Description
    System.String url
    ObjectId objectId
    Returns
    Type Description
    System.Boolean

    Inherited Members

    System.IDisposable.Dispose()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation