IContentIndexMap Interface
Namespace: Stride.Core.Serialization.Contents
Assembly: Stride.Core.Serialization.dll
public interface IContentIndexMap : IDisposable
|
Improve this Doc
View Source
Properties
Item[String]
ObjectId this[string url] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
url |
|
Property Value
|
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 |
|
System.IDisposable.Dispose()
Extension Methods