Class NameAndDescription
General struct for passing a name and description around.
Inheritance
System.Object
NameAndDescription
Namespace: Eco.Shared.SharedTypes
Assembly: Eco.Shared.dll
Syntax
public sealed class NameAndDescription : ValueType
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valid
Valid is determined by non-null (empty strings are ok)
Declaration
public bool Valid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |