Class DataCatalogIOContext
Context for I/O operations to the DataCatalog.
Namespace: MackySoft.UniData.IO
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class DataCatalogIOContext
Properties
Default
Declaration
public static DataCatalogIOContext Default { get; }
Property Value
Type | Description |
---|---|
DataCatalogIOContext |
Ids
Id's of entries that perform I/O operations on DataCatalog.
If is null or empty, it will perform I/O operations on all entries.
Declaration
public IList<string> Ids { get; }
Property Value
Type | Description |
---|---|
IList<String> |
Index
An index for I/O operations on DataCatalog.
For example, it can be used to create multiple game data.
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
GetEntries(DataCatalog)
Declaration
public IEnumerable<IEntry> GetEntries(DataCatalog catalog)
Parameters
Type | Name | Description |
---|---|---|
DataCatalog | catalog |
Returns
Type | Description |
---|---|
IEnumerable<IEntry> |