Class LocationReference
Inheritance
System.Object
LocationReference
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public abstract class LocationReference : Object
Constructors
LocationReference()
Declaration
protected LocationReference()
Properties
Name
Declaration
public string Name { get; }
Property Value
System.String
|
NameCore
Declaration
protected abstract string NameCore { get; }
Property Value
System.String
|
Type
Declaration
public Type Type { get; }
Property Value
System.Type
|
TypeCore
Declaration
protected abstract Type TypeCore { get; }
Property Value
System.Type
|
Methods
GetLocation(ActivityContext)
Declaration
public abstract Location GetLocation(ActivityContext context)
Parameters
ActivityContext
context
|
Returns
Location
|