Interface INameNote
Interface for objects that have a name and note property.
public interface INameNote
- Extension Methods
Properties
Name
Gets or sets the name of the object.
string Name { get; set; }
Property Value
Note
Gets or sets the descriptive note for the object.
string Note { get; set; }