Class Scope
Scope
public sealed class Scope
- Inheritance
-
Scope
- Inherited Members
Properties
EndLocation
endLocation
[JsonPropertyName("endLocation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Location EndLocation { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Name { get; set; }
Property Value
Object
object
[JsonPropertyName("object")]
public RemoteObject Object { get; set; }
Property Value
StartLocation
startLocation
[JsonPropertyName("startLocation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Location StartLocation { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public ScopeTypeValues Type { get; set; }