RefType 类

定义

提供实体的地址,供使用该实体的操作使用。Provides the address of an entity for operations that use the entity. 不能在概念模型架构中显式定义 RefTypeYou cannot define a RefType in a conceptual model schema explicitly.

public ref class RefType sealed : System::Data::Metadata::Edm::EdmType
public sealed class RefType : System.Data.Metadata.Edm.EdmType
type RefType = class
    inherit EdmType
Public NotInheritable Class RefType
Inherits EdmType
继承

属性

Abstract

获取一个值,该值指示此类型是否为抽象的。Gets a value indicating whether this type is abstract or not.

(继承自 EdmType)
BaseType

获取此类型的基类型。Gets the base type of this type.

(继承自 EdmType)
BuiltInTypeKind

获取此 RefType 的内置类型种类。Gets the built-in type kind for this RefType.

Documentation

获取或设置与此类型关联的文档。Gets or sets the documentation associated with this type.

(继承自 MetadataItem)
ElementType

获取此 RefType 引用的实体类型。Gets the entity type referenced by this RefType.

FullName

获取此类型的全名。Gets the full name of this type.

(继承自 EdmType)
MetadataProperties

获取当前类型的属性列表。Gets the list of properties of the current type.

(继承自 MetadataItem)
Name

获取此类型的名称。Gets the name of this type.

(继承自 EdmType)
NamespaceName

获取此类型的命名空间。Gets the namespace of this type.

(继承自 EdmType)

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetCollectionType()

返回其元素类型属于此类型的 CollectionType 的实例。Returns an instance of the CollectionType whose element type is this type.

(继承自 EdmType)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回此类型的全名。Returns the full name of this type.

(继承自 EdmType)

适用于