Show / Hide Table of Contents

Interface IParameter

The interface for a generic parameter.

Namespace: Phoenix.Views.Parameters
Assembly: Phoenix.Abstractions.Views.dll
Syntax
public interface IParameter

Properties

View Source

Comment

Gets the comment for the parameter.

Declaration
string Comment { get; }
Property Value
Type Description
System.String
View Source

DisplayName

Gets the display name for the parameter.

Declaration
string DisplayName { get; }
Property Value
Type Description
System.String
View Source

Name

Gets the name of the parameter.

Declaration
string Name { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX