Class TagCloudData
Represents the TagCloudData class
Inheritance
System.Object
TagCloudData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class TagCloudData
Constructors
TagCloudData()
Initializes a new instance of TagCloudData class
Declaration
public TagCloudData()
TagCloudData(String, String, Int32)
Initializes a new instance of TagCloudData class
Declaration
public TagCloudData(string _text, string _url, int _frequency)
Parameters
Type | Name | Description |
---|---|---|
System.String | _text | The text |
System.String | _url | The url |
System.Int32 | _frequency | The frequency |
Properties
frequency
Gets or sets the frequency
Declaration
public int frequency { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
text
Gets or sets the text
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
url
Gets or sets the url
Declaration
public string url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetTagCloudItems()
Declaration
public List<TagCloudData> GetTagCloudItems()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<TagCloudData> |