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