Property | Type | Description | |
---|---|---|---|
AddDatabaseSourcesForSqlBulkInsertTool | void | ||
AddEmailSources | void | ||
AddRemoteServerDependencies | void | ||
CreateResourceForTree | ResourceForTree | ||
GetDependenciesForWorkerService | void | ||
GetDependenciesForWorkflowService | void | ||
LoadDependencies | void | ||
WriteErrors | System.Xml.Linq.XElement |
Method | Description | |
---|---|---|
Equals ( IResource other ) : bool |
Indicates whether the current object is equal to another object of the same type.
|
|
Equals ( object obj ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
GetInputsOutputs ( System.Xml.Linq.XElement xml ) : void | ||
GetResourceTypeFromString ( string actionTypeStr ) : ResourceType | ||
IsUserInAuthorRoles ( string userRoles ) : bool | ||
ParseProperties ( string s, string>.Dictionary |
||
ReadDataList ( System.Xml.Linq.XElement xml ) : void | ||
Resource ( ) : System | ||
Resource ( IResource copy ) : System | ||
Resource ( System.Xml.Linq.XElement xml ) : System | ||
SetIsNew ( System.Xml.Linq.XElement xml ) : void | ||
ToString ( ) : string | ||
ToStringBuilder ( ) : StringBuilder | ||
ToXml ( ) : System.Xml.Linq.XElement | ||
UpdateErrorsBasedOnXML ( System.Xml.Linq.XElement xml ) : void | ||
UpgradeXml ( System.Xml.Linq.XElement xml, IResource resource ) : System.Xml.Linq.XElement |
If this instance IsUpgraded then sets the ID, Version, Name and ResourceType attributes on the given XML.
|
|
operator ( ) : bool |
Method | Description | |
---|---|---|
ParseResourceType ( string resourceTypeStr ) : ResourceType |
Method | Description | |
---|---|---|
AddDatabaseSourcesForSqlBulkInsertTool ( System.Xml.Linq.XElement elementToUse ) : void | ||
AddEmailSources ( System.Xml.Linq.XElement elementToUse ) : void | ||
AddRemoteServerDependencies ( System.Xml.Linq.XElement element ) : void | ||
CreateResourceForTree ( System.Guid resourceId, System.Guid uniqueId, string resourceName, ResourceType resourceType ) : ResourceForTree | ||
GetDependenciesForWorkerService ( System.Xml.Linq.XElement xml ) : void | ||
GetDependenciesForWorkflowService ( System.Xml.Linq.XElement xml ) : void | ||
LoadDependencies ( System.Xml.Linq.XElement xml ) : void | ||
WriteErrors ( ) : System.Xml.Linq.XElement |
public Equals ( IResource other ) : bool | ||
other | IResource | An object to compare with this object. |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public GetInputsOutputs ( System.Xml.Linq.XElement xml ) : void | ||
xml | System.Xml.Linq.XElement | |
return | void |
public GetResourceTypeFromString ( string actionTypeStr ) : ResourceType | ||
actionTypeStr | string | |
return | ResourceType |
public IsUserInAuthorRoles ( string userRoles ) : bool | ||
userRoles | string | |
return | bool |
public static ParseProperties ( string s, string>.Dictionary |
||
s | string | |
properties | string>.Dictionary | |
return | void |
protected ParseResourceType ( string resourceTypeStr ) : ResourceType | ||
resourceTypeStr | string | |
return | ResourceType |
public ReadDataList ( System.Xml.Linq.XElement xml ) : void | ||
xml | System.Xml.Linq.XElement | |
return | void |
public Resource ( System.Xml.Linq.XElement xml ) : System | ||
xml | System.Xml.Linq.XElement | |
return | System |
public SetIsNew ( System.Xml.Linq.XElement xml ) : void | ||
xml | System.Xml.Linq.XElement | |
return | void |
public UpdateErrorsBasedOnXML ( System.Xml.Linq.XElement xml ) : void | ||
xml | System.Xml.Linq.XElement | |
return | void |
public UpgradeXml ( System.Xml.Linq.XElement xml, IResource resource ) : System.Xml.Linq.XElement | ||
xml | System.Xml.Linq.XElement | The XML to be upgraded. |
resource | IResource | |
return | System.Xml.Linq.XElement |