Class DataUsageData
Inheritance
DataUsageData
Syntax
[Serializable]
public class DataUsageData : IListViewItemData<string>
Properties
index
Declaration
public string index { get; }
Property Value
Implements
Name
Declaration
public string Name { get; set; }
Property Value
selected
Declaration
public bool selected { get; }
Property Value
Implements
Size
Declaration
public long Size { get; }
Property Value
SizeAllowance
Declaration
public long SizeAllowance { get; }
Property Value
template
Declaration
public string template { get; }
Property Value
Implements