Interface IAppInfo
Interface for application information.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Application.Reflection
Assembly: Kephas.Application.dll
Syntax
public interface IAppInfo : IElementInfo, IExpando, IDynamicMetaObjectProvider, IIndexable, IAttributeProvider
Properties
| Improve this Doc View SourceDescription
Gets the application description.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String | The application description. |
Parameters
Gets the application parameters.
Declaration
IEnumerable<IParameterInfo> Parameters { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IParameterInfo> | The application parameters. |