Class QueryRunnerAPIExecuterAttribute
Inherited Members
Namespace: LemonEdge.API.Core.Reporting.Queries
Assembly: LemonEdge.API.dll
Syntax
public class QueryRunnerAPIExecuterAttribute : Attribute
Constructors
QueryRunnerAPIExecuterAttribute(string, string)
Declaration
public QueryRunnerAPIExecuterAttribute(string name, string uniqueGUID)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | uniqueGUID |
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
UniqueID
Declaration
public Guid UniqueID { get; }
Property Value
Type | Description |
---|---|
Guid |