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.
|
MetaPrimitiveType(Type, String)
Declaration
public MetaPrimitiveType(Type clrType, string description)
Parameters
System.
|
System.
|
Properties
ClrType
Declaration
public Type ClrType { get; }
Property Value
System.
|
FullName
Declaration
public override string FullName { get; }
Property Value
System.
|
Overrides
IsEnum
Declaration
public bool IsEnum { get; }
Property Value
System.
|
IsNullable
Declaration
public bool IsNullable { get; }
Property Value
System.
|
Methods
AddAttribute(MetadataConstants)
Declaration
protected override IMetaItemAttribute AddAttribute(MetadataConstants key)
Parameters
Returns
Overrides
Clone()
CompareCore(Object)
Declaration
protected override int CompareCore(object otherItem)
Parameters
System.
|
Returns
System.
|
Overrides
GetDefaultValue<Z>(MetadataConstants)
Declaration
protected override Z GetDefaultValue<Z>(MetadataConstants key)
Parameters
Returns
Z
|
Type Parameters
Z
|