Class AssetTableCollection
Asset tables are collated by their type and table name
Inheritance
System.Object
AssetTableCollection
Syntax
public class AssetTableCollection : IEquatable<AssetTableCollection>
Properties
AssetType
Declaration
public Type AssetType { get; }
Property Value
Type |
Description |
System.Type |
|
Keys
Declaration
public KeyDatabase Keys { get; set; }
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
TableType
Declaration
public Type TableType { get; set; }
Property Value
Type |
Description |
System.Type |
|
Methods
Equals(AssetTableCollection)
Declaration
public bool Equals(AssetTableCollection other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()