EntitiesDescriptor Class

Definition

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
Inheritance
EntitiesDescriptor

Constructors

EntitiesDescriptor()

Initializes a new instance of the EntitiesDescriptor class.

EntitiesDescriptor(Collection<EntitiesDescriptor>)

Initializes a new instance of the EntitiesDescriptor class with the specified collection of child EntitiesDescriptor.

EntitiesDescriptor(Collection<EntityDescriptor>)

Initializes a new instance of the EntitiesDescriptor class with the specified collection of child EntityDescriptor.

EntitiesDescriptor(Collection<EntityDescriptor>, Collection<EntitiesDescriptor>)

Initializes a new instance of the EntitiesDescriptor class with the specified collection of child EntityDescriptor and the specified collection of child EntitiesDescriptor.

Properties

ChildEntities

Gets the child EntityDescriptor for this entities collection.

ChildEntityGroups

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.

(Inherited from MetadataBase)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to