Interface INamedEntity
All classes that represent objects with names must implement this interface.
Namespace: Quantellia.WMServer.Base
Assembly: WMServer.dll
Syntax
public interface INamedEntity
Properties
Name
Declaration
string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Summary
Declaration
string? Summary { get; set; }
Property Value
Type | Description |
---|---|
string |