Class
ListSerializationData

Represents the serialization data for a list in the Telerik document model.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ListSerializationData

Inheritance: objectListSerializationData

Constructors

ListSerializationData()

Declaration

cs-api-definition
public ListSerializationData()

ListSerializationData(int, int, bool)

Declaration

cs-api-definition
public ListSerializationData(int listID, int listStyleID, bool newListOnInsert)

Parameters

listID

int

listStyleID

int

newListOnInsert

bool

Properties

ID

Gets the unique identifier for the list serialization data.

Declaration

cs-api-definition
[XamlSerializable]
public int ID { get; set; }

Property Value

int

NewListOnInsert

Initializes a new instance of the ListSerializationData class when a new list is inserted.

Declaration

cs-api-definition
[XamlSerializable(false)]
public bool NewListOnInsert { get; set; }

Property Value

bool

StyleID

Gets or sets the style identifier associated with the list serialization data.

Declaration

cs-api-definition
[XamlSerializable]
public int StyleID { get; set; }

Property Value

int

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

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with the current instance.

Returns

bool

true if the specified object is equal to the current instance; otherwise, false.

Overrides object.Equals(object)

GetHashCode()

Returns a hash code for the current instance of the ListSerializationData class.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A 32-bit signed integer that represents the hash code for the current object.

Overrides object.GetHashCode()