Class Move.DestinationSelectorItem
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
protected class Move.DestinationSelectorItem
- Inheritance
-
Move.DestinationSelectorItem
- Inherited Members
-
Constructors
public DestinationSelectorItem()
Properties
[JsonProperty(PropertyName = "children")]
public List<Move.DestinationSelectorItem> Children { get; }
Property Value
- List<Move.DestinationSelectorItem>
[JsonProperty(PropertyName = "html")]
public string Html { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "id")]
public Guid Identifier { get; set; }
Property Value
- Guid
Text
[JsonProperty(PropertyName = "text")]
public string Text { get; set; }
Property Value
- string