Interface INamed
Assembly: Eco.Core.dll
Syntax
[ForceCreateView]
public interface INamed : IController, IViewController, IHasUniversalID
Properties
MarkedUpName
Declaration
[ClientInterfaceProperty]
LocString MarkedUpName { get; }
Property Value
Name
Declaration
[ClientInterfaceProperty]
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SafeMarkedUpName
Declaration
virtual LocString SafeMarkedUpName { get; }
Property Value
Methods
OnRenamed(String)
Declaration
virtual void OnRenamed(string oldName)
Parameters
Type |
Name |
Description |
System.String |
oldName |
|
ToString()
Declaration
virtual string ToString()
Returns
Type |
Description |
System.String |
|
Extension Methods