Class RadObjectType
Supports metadata for each class inherited from RadObject
Inheritance
System.Object
RadObjectType
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.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadObjectType
Properties
BaseType
Id
Declaration
public int Id { get; }
Property Value
System.Int32
|
Name
Declaration
public string Name { get; }
Property Value
System.String
|
SystemType
Declaration
public Type SystemType { get; }
Property Value
System.Type
|
Methods
FromSystemType(Type)
Declaration
public static RadObjectType FromSystemType(Type systemType)
Parameters
System.Type
systemType
|
Returns
RadObjectType
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
IsInstanceOfType(RadObject)
Declaration
public bool IsInstanceOfType(RadObject radObject)
Parameters
RadObject
radObject
|
Returns
System.Boolean
|
IsSubclassOf(RadObjectType)
Declaration
public bool IsSubclassOf(RadObjectType radObjectType)
Parameters
RadObjectType
radObjectType
|
Returns
System.Boolean
|