Class ReferencingEntryData
- Namespace
- CodeStage.Maintainer.Core
- Assembly
- Build.dll
Describes exact reference location as close to the end point as possible.
[Serializable]
public class ReferencingEntryData
- Inheritance
-
objectReferencingEntryData
Properties
ComponentName
Component type name.
public string ComponentName { get; }
Property Value
- string
Location
Location kind.
public Location Location { get; }
Property Value
PropertyPath
Full property path.
public string PropertyPath { get; }
Property Value
- string
TransformPath
Full transform path.
public string TransformPath { get; }
Property Value
- string
Methods
GetLabel()
Get structured label of the exact reference for the output.
public string GetLabel()
Returns
- string
String in format '[optional prefix] [transform path] | [component name]: [property path] [optional suffix]'.