Class ExternalContextEntryAttribute
Use this attribute on a member that should be exposed to the scenario context.
Inheritance
ExternalContextEntryAttribute
Assembly: Xareus.Scenarios.Unity.dll
Syntax
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class ExternalContextEntryAttribute : Attribute
Constructors
ExternalContextEntryAttribute(string)
Declaration
public ExternalContextEntryAttribute(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Fields
Path
Declaration
Field Value