Class TypeInfo
Represents the information about the serialized type.
Inheritance
System.Object
TypeInfo
Namespace: Telerik.Windows.Persistence.Core
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public class TypeInfo : Object
Constructors
TypeInfo()
Declaration
public TypeInfo()
Fields
Empty
Represents an empty TypeInfo, excluded from serialization.
Declaration
public static readonly TypeInfo Empty
Field Value
TypeInfo
|
Properties
Key
Gets or sets the lookup key of the type.
Declaration
public int Key { get; set; }
Property Value
System.Int32
|
Name
Gets or sets the full name of the type.
Declaration
public string Name { get; set; }
Property Value
System.String
|
OwnerType
Gets or sets the owner type.
Declaration
public Type OwnerType { get; set; }
Property Value
System.Type
|