EntitiesDescriptor 类
定义
表示实体的集合。Represents a collection of entities.
public ref class EntitiesDescriptor : System::IdentityModel::Metadata::MetadataBase
public class EntitiesDescriptor : System.IdentityModel.Metadata.MetadataBase
type EntitiesDescriptor = class
inherit MetadataBase
Public Class EntitiesDescriptor
Inherits MetadataBase
- 继承
构造函数
EntitiesDescriptor() |
初始化 EntitiesDescriptor 类的新实例。Initializes a new instance of the EntitiesDescriptor class. |
EntitiesDescriptor(Collection<EntitiesDescriptor>) |
用指定的 EntitiesDescriptor 子项目的集合来初始化 EntitiesDescriptor 类的新实例。Initializes a new instance of the EntitiesDescriptor class with the specified collection of child EntitiesDescriptor. |
EntitiesDescriptor(Collection<EntityDescriptor>) |
用指定的 EntitiesDescriptor 子项目的集合来初始化 EntityDescriptor 类的新实例。Initializes a new instance of the EntitiesDescriptor class with the specified collection of child EntityDescriptor. |
EntitiesDescriptor(Collection<EntityDescriptor>, Collection<EntitiesDescriptor>) |
使用子项目 EntitiesDescriptor的指定集合及子项目 EntityDescriptor 组合错误集合来初始化 EntitiesDescriptor 类的新实例。Initializes a new instance of the EntitiesDescriptor class with the specified collection of child EntityDescriptor and the specified collection of child EntitiesDescriptor. |
属性
ChildEntities |
获取此实体集合的子 EntityDescriptor。Gets the child EntityDescriptor for this entities collection. |
ChildEntityGroups |
获取此实体集合的子 EntitiesDescriptor。Gets the child EntitiesDescriptor for this entities collection. |
Name |
获取或设置此实体集合的名称。Gets or sets the name of this entities collection. |
SigningCredentials |
获取或设置签名凭据。Gets or sets the signing credentials. (继承自 MetadataBase) |
方法
Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |