Interface IHasName
Represents the interface for model classes that have string Name
property.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public interface IHasName
Properties
| Improve this Doc View SourceName
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |