Class
TypeInfo

Represents the information about the serialized type.

Definition

Namespace:Telerik.Windows.Persistence.Core

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

cs-api-definition
public class TypeInfo

Inheritance: objectTypeInfo

Constructors

TypeInfo()

Declaration

cs-api-definition
public TypeInfo()

Fields

Empty

Represents an empty TypeInfo, excluded from serialization.

Declaration

cs-api-definition
public static readonly TypeInfo Empty

Field Value

TypeInfo

Properties

Key

Gets or sets the lookup key of the type.

Declaration

cs-api-definition
public int Key { get; set; }

Property Value

int

Name

Gets or sets the full name of the type.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

OwnerType

Gets or sets the owner type.

Declaration

cs-api-definition
public Type OwnerType { get; set; }

Property Value

Type