ApplicationRegistryConnection Members
Include Protected Members
Include Inherited Members
Provides data source connection information for an application-specific registry such as system name, entity name, user profile property name and so on.
The ApplicationRegistryConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ApplicationRegistryConnection(DataSource, String, String, String) | Initializes a new instance of the ApplicationRegistryConnection class | |
ApplicationRegistryConnection(DataSource, String, String, String, String) | Initializes a new instance of the ApplicationRegistryConnection class |
Top
Properties
Name | Description | |
---|---|---|
ConnectionName | (Inherited from Connection.) | |
DataSource | (Inherited from Connection.) | |
DomainName | (Inherited from Connection.) | |
EntityName | ||
FilterName | ||
IsMaster | (Inherited from Connection.) | |
LoginDomainName | (Inherited from Connection.) | |
SystemName | ||
Type | (Inherited from Connection.) | |
UserIDAttribute | (Inherited from Connection.) | |
UserProfilePropName |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
ds | Specifies the DataSource object that represents the connection’s data source. (Inherited from Connection.) | |
isMaster | (Inherited from Connection.) | |
type | (Inherited from Connection.) | |
userIDAttribute | (Inherited from Connection.) |
Top