Property | Type | Description | |
---|---|---|---|
Environments | List |
Method | Description | |
---|---|---|
All ( ) : ICollection |
||
Clear ( ) : void | ||
Create ( IEnvironmentModel source ) : |
||
Dispose ( ) : void | ||
EnvironmentRepository ( IEnvironmentRepository environmentRepository ) : System | ||
Fetch ( IEnvironmentModel server ) : IEnvironmentModel | ||
Find ( bool>.Expression |
||
FindSingle ( bool>.Expression |
||
ForceLoad ( ) : void | ||
Get ( System.Guid id ) : IEnvironmentModel | ||
GetAppServerUriFromConnectionString ( string connectionstring ) : string | ||
GetEnvironmentsDirectory ( ) : string | ||
GetEnvironmentsFilePath ( ) : string | ||
Load ( ) : void | ||
LookupEnvironments ( IEnvironmentModel defaultEnvironment, IList |
Lookups the environments.
|
|
ReadSession ( ) : IList |
||
Remove ( System.Guid id ) : void | ||
Remove ( ICollection |
||
Remove ( IEnvironmentModel environment ) : void | ||
Save ( IEnvironmentModel environment ) : string | ||
Save ( ICollection |
||
WriteSession ( IEnumerable |
Method | Description | |
---|---|---|
AddInternal ( IEnvironmentModel environment ) : void | ||
EnvironmentRepository ( ) : System | ||
EnvironmentRepository ( IEnvironmentModel source ) : System | ||
LoadInternal ( ) : void | ||
RemoveInternal ( IEnvironmentModel environment ) : bool |
Method | Description | |
---|---|---|
CreateEnvironmentModel ( Connection connection ) : IEnvironmentModel | ||
CreateEnvironmentModel ( System.Guid id, |
||
CreateEnvironmentModel ( System.Guid id, |
||
Dispose ( bool disposing ) : void | ||
ParseConnectionString ( string s ) : string>.Dictionary |
||
RaiseItemAdded ( ) : void | ||
RaiseItemEdited ( IEnvironmentModel environment, bool isConnected ) : void |
protected AddInternal ( IEnvironmentModel environment ) : void | ||
environment | IEnvironmentModel | |
return | void |
public static Create ( IEnvironmentModel source ) : |
||
source | IEnvironmentModel | |
return |
protected EnvironmentRepository ( IEnvironmentModel source ) : System | ||
source | IEnvironmentModel | |
return | System |
public EnvironmentRepository ( IEnvironmentRepository environmentRepository ) : System | ||
environmentRepository | IEnvironmentRepository | |
return | System |
public Fetch ( IEnvironmentModel server ) : IEnvironmentModel | ||
server | IEnvironmentModel | |
return | IEnvironmentModel |
public Find ( bool>.Expression |
||
expression | bool>.Expression | |
return | ICollection |
public FindSingle ( bool>.Expression |
||
expression | bool>.Expression | |
return | IEnvironmentModel |
public Get ( System.Guid id ) : IEnvironmentModel | ||
id | System.Guid | |
return | IEnvironmentModel |
public static GetAppServerUriFromConnectionString ( string connectionstring ) : string | ||
connectionstring | string | |
return | string |
public static GetEnvironmentsDirectory ( ) : string | ||
return | string |
public static GetEnvironmentsFilePath ( ) : string | ||
return | string |
public LookupEnvironments ( IEnvironmentModel defaultEnvironment, IList |
||
defaultEnvironment | IEnvironmentModel | The default environment. |
environmentGuids | IList |
The environment guids to be queried; may be null. |
return | IList |
public Remove ( ICollection |
||
environments | ICollection |
|
return | void |
public Remove ( IEnvironmentModel environment ) : void | ||
environment | IEnvironmentModel | |
return | void |
protected RemoveInternal ( IEnvironmentModel environment ) : bool | ||
environment | IEnvironmentModel | |
return | bool |
public Save ( IEnvironmentModel environment ) : string | ||
environment | IEnvironmentModel | |
return | string |
public Save ( ICollection |
||
environments | ICollection |
|
return | void |
public WriteSession ( IEnumerable |
||
environmentGuids | IEnumerable |
|
return | void |