Application Class

 

Represents the application for entity provider.

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

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

public class Application

NameDescription
System_CAPS_pubmethodApplication()

Initializes a new instance of the Application class.

NameDescription
System_CAPS_pubpropertyApplicationId

Gets or sets the application ID.

System_CAPS_pubpropertyApplicationName

Gets or sets the name of the application.

System_CAPS_pubpropertyDescription

Gets or sets the application description.

System_CAPS_pubpropertyMemberships

Gets or sets the collection of application membership.

System_CAPS_pubpropertyRoles

Gets or sets the roles of the application.

System_CAPS_pubpropertyUsers

Gets or sets the users of the application.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: