Class ComposableType
Inheritance
System.Object
System.Reflection.MemberInfo
System.Type
System.Reflection.TypeInfo
System.Reflection.TypeDelegator
ComposableType
Namespace: Telerik.OpenAccess.Metadata
Assembly: Telerik.OpenAccess.dll
Syntax
public class ComposableType : TypeDelegator, ICustomAttributeProvider, _MemberInfo, _Type, IReflect, IReflectableType
Constructors
ComposableType(String)
Declaration
public ComposableType(string fullName)
Parameters
System.
|
ComposableType(String, String)
Declaration
public ComposableType(string name, string nameSpace)
Parameters
System.
|
System.
|
ComposableType(Type)
Declaration
public ComposableType(Type type)
Parameters
System.
|
Properties
AssemblyQualifiedName
Declaration
public override string AssemblyQualifiedName { get; }
Property Value
System.
|
Overrides
System.Reflection.TypeDelegator.AssemblyQualifiedName
FullName
Declaration
public override string FullName { get; }
Property Value
System.
|
Overrides
System.Reflection.TypeDelegator.FullName
Name
Declaration
public override string Name { get; }
Property Value
System.
|
Overrides
System.Reflection.TypeDelegator.Name
Namespace
Declaration
public override string Namespace { get; }
Property Value
System.
|
Overrides
System.Reflection.TypeDelegator.Namespace
UnderlyingSystemType
Declaration
public override Type UnderlyingSystemType { get; }
Property Value
System.
|
Overrides
System.Reflection.TypeDelegator.UnderlyingSystemType
Methods
Equals(Object)
Declaration
public override bool Equals(object object)
Parameters
System.
|
Returns
System.
|
Overrides
System.Type.Equals(System.Object)
GetFullName(String, String)
Declaration
public static string GetFullName(string name, string nameSpace)
Parameters
System.
|
System.
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
System.Type.GetHashCode()