Added note to documentation
This commit is contained in:
parent
3e73be2048
commit
2deca3abad
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Used to join together an entity ID and its name when read from configuration.
|
/// Used to join together an entity ID and its name when read from configuration.
|
||||||
/// In configuration, entities are fully specified with a prefix (if necessary), an ID, two colons, and a name.
|
/// In configuration, entities are fully specified with a prefix (if necessary), an ID, two colons, and a name.
|
||||||
|
/// An EntityName struct can have either an ID, Name, or both. It cannot have neither.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
struct EntityName
|
struct EntityName
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue