Class ItemListServiceController.ItemDto
Inheritance
ItemListServiceController.ItemDto
Assembly: DotNetNuke.Web.dll
Syntax
[DataContract]
public class ItemListServiceController.ItemDto
Constructors
ItemDto()
Declaration
Properties
HasChildren
Declaration
[DataMember(Name = "hasChildren")]
public bool HasChildren { get; set; }
Property Value
Key
Declaration
[DataMember(Name = "key")]
public string Key { get; set; }
Property Value
Selectable
Declaration
[DataMember(Name = "selectable")]
public bool Selectable { get; set; }
Property Value
Value
Declaration
[DataMember(Name = "value")]
public string Value { get; set; }
Property Value
Extension Methods