Table of Contents

Class CalculationDependencyAttribute

Namespace
The.Attributes
Assembly
Instagile.Model.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public sealed class CalculationDependencyAttribute : Attribute
Inheritance
CalculationDependencyAttribute
Inherited Members

Constructors

CalculationDependencyAttribute(params string[])

public CalculationDependencyAttribute(params string[] dependencyPath)

Parameters

dependencyPath string[]

Properties

DependencyPath

public string[] DependencyPath { get; }

Property Value

string[]