Class MetaPrimitiveType
Inherited Members
Namespace: Telerik.OpenAccess.Metadata
Assembly: Telerik.OpenAccess.dll
Syntax
public class MetaPrimitiveType : MetaType, IMetadataStatusCallback, IHierarchyMetadata, ICloneable, IComparable
Constructors
MetaPrimitiveType(Type)
Declaration
public MetaPrimitiveType(Type clrType)
Parameters
|
System.Type
clrType
|
MetaPrimitiveType(Type, String)
Declaration
public MetaPrimitiveType(Type clrType, string description)
Parameters
|
System.Type
clrType
|
|
System.String
description
|
Properties
ClrType
Declaration
public Type ClrType { get; }
Property Value
|
System.Type
|
FullName
Declaration
public override string FullName { get; }
Property Value
|
System.String
|
Overrides
IsEnum
Declaration
public bool IsEnum { get; }
Property Value
|
System.Boolean
|
IsNullable
Declaration
public bool IsNullable { get; }
Property Value
|
System.Boolean
|
Methods
AddAttribute(MetadataConstants)
Declaration
protected override IMetaItemAttribute AddAttribute(MetadataConstants key)
Parameters
|
MetadataConstants
key
|
Returns
|
IMetaItemAttribute
|
Overrides
Clone()
CompareCore(Object)
Declaration
protected override int CompareCore(object otherItem)
Parameters
|
System.Object
otherItem
|
Returns
|
System.Int32
|
Overrides
GetDefaultValue<Z>(MetadataConstants)
Declaration
protected override Z GetDefaultValue<Z>(MetadataConstants key)
Parameters
|
MetadataConstants
key
|
Returns
|
Z
|
Type Parameters
|
Z
|