Share via


Application Class

 

Represents the application for entity provider.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Inheritance Hierarchy

System.Object
  System.Web.Providers.Entities.Application

Syntax

public class Application
public ref class Application 
type Application = class end
Public Class Application

Constructors

Name Description
System_CAPS_pubmethod Application()

Initializes a new instance of the Application class.

Properties

Name Description
System_CAPS_pubproperty ApplicationId

Gets or sets the application ID.

System_CAPS_pubproperty ApplicationName

Gets or sets the name of the application.

System_CAPS_pubproperty Description

Gets or sets the application description.

System_CAPS_pubproperty Memberships

Gets or sets the collection of application membership.

System_CAPS_pubproperty Roles

Gets or sets the roles of the application.

System_CAPS_pubproperty Users

Gets or sets the users of the application.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Providers.Entities Namespace
ASP.NET Identity

Return to top