Interface IParameter
The interface for a generic parameter.
Namespace: Phoenix.Views.Parameters
Assembly: Phoenix.Abstractions.Views.dll
Syntax
public interface IParameter
Properties
View SourceComment
Gets the comment for the parameter.
Declaration
string Comment { get; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Gets the display name for the parameter.
Declaration
string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of the parameter.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |