Class AssetTableCollection
Asset tables are collated by their type and table name
Inheritance
System.Object
AssetTableCollection
Syntax
public class AssetTableCollection : IEquatable<AssetTableCollection>
Constructors
AssetTableCollection()
Declaration
public AssetTableCollection()
Properties
AssetType
Declaration
public Type AssetType { get; }
Property Value
TableEditor
Declaration
public LocalizedTableEditor TableEditor { get; }
Property Value
TableName
Declaration
public virtual string TableName { get; }
Property Value
| Type |
Description |
| System.String |
|
Tables
Declaration
public List<LocalizedTable> Tables { get; set; }
Property Value
| Type |
Description |
| List<LocalizedTable> |
|
TableType
Declaration
public Type TableType { get; set; }
Property Value
Methods
Equals(AssetTableCollection)
Declaration
public bool Equals(AssetTableCollection other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
GetKeys()
Declaration
public HashSet<string> GetKeys()
Returns
| Type |
Description |
| HashSet<System.String> |
|
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|