Class ListSerializationData
Represents the serialization data for a list in the Telerik document model.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ListSerializationData : Object
Constructors
ListSerializationData()
Declaration
public ListSerializationData()
ListSerializationData(Int32, Int32, Boolean)
Declaration
public ListSerializationData(int listID, int listStyleID, bool newListOnInsert)
Parameters
System.Int32
listID
|
System.Int32
listStyleID
|
System.Boolean
newListOnInsert
|
Properties
ID
Gets the unique identifier for the list serialization data.
Declaration
[XamlSerializable]
public int ID { get; set; }
Property Value
System.Int32
|
NewListOnInsert
Initializes a new instance of the ListSerializationData class when a new list is inserted.
Declaration
[XamlSerializable(false)]
public bool NewListOnInsert { get; set; }
Property Value
System.Boolean
|
StyleID
Gets or sets the style identifier associated with the list serialization data.
Declaration
[XamlSerializable]
public int StyleID { get; set; }
Property Value
System.Int32
The style identifier as a string. This value specifies the style used for the list. |
Methods
Equals(Object)
Compares the current instance of ListSerializationData with another object for equality.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The object to compare with the current instance. |
Returns
System.Boolean
true if the specified object is equal to the current instance; otherwise, false. |
GetHashCode()
Returns a hash code for the current instance of the ListSerializationData class.
Declaration
public override int GetHashCode()
Returns
System.Int32
A 32-bit signed integer that represents the hash code for the current object. |