Property | Type | Description | |
---|---|---|---|
RootFolders | string>.Dictionary |
Method | Description | |
---|---|---|
DataListInputVariables ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : string | ||
Paths ( string args, System.Guid workspaceID, System.Guid dataListID ) : string | ||
PathsAndNames ( string args, System.Guid workspaceID, System.Guid dataListID ) : string | ||
Read ( System.Guid workspaceID, ResourceType resourceType ) : ResourceList | ||
ReadResource ( System.Guid resourceID, ResourceType resourceType, string resourceName, string resourcePath, string content ) : |
||
ReadXml ( System.Guid workspaceID, ResourceType resourceType, string resourceID ) : string | ||
ReadXml ( System.Guid workspaceID, string directoryName, string resourceID ) : string | ||
Save ( System.Guid workspaceID, string directoryName, DynamicServiceObjectBase resource ) : void | ||
Save ( System.Guid workspaceID, string directoryName, string resourceName, string resourceXml ) : void | ||
Save ( string workspacePath, string directoryName, DynamicServiceObjectBase resource ) : void | ||
Save ( string workspacePath, string directoryName, string resourceName, string resourceXml ) : void | ||
Services ( string args, System.Guid workspaceId, System.Guid dataListId ) : ResourceList | ||
Sources ( string args, System.Guid workspaceID, System.Guid dataListID ) : ResourceList |
Method | Description | |
---|---|---|
GetInputElements ( System.Xml.Linq.XElement element, List |
||
GetResourceParent ( string resourcePath ) : string | ||
IsInputElement ( System.Xml.Linq.XElement element ) : bool | ||
ParseResourceType ( string resourceTypeStr ) : ResourceType |
public DataListInputVariables ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : string | ||
resourceId | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return | string |
public Paths ( string args, System.Guid workspaceID, System.Guid dataListID ) : string | ||
args | string | |
workspaceID | System.Guid | |
dataListID | System.Guid | |
return | string |
public PathsAndNames ( string args, System.Guid workspaceID, System.Guid dataListID ) : string | ||
args | string | |
workspaceID | System.Guid | |
dataListID | System.Guid | |
return | string |
public static Read ( System.Guid workspaceID, ResourceType resourceType ) : ResourceList | ||
workspaceID | System.Guid | |
resourceType | ResourceType | |
return | ResourceList |
public static ReadResource ( System.Guid resourceID, ResourceType resourceType, string resourceName, string resourcePath, string content ) : |
||
resourceID | System.Guid | |
resourceType | ResourceType | |
resourceName | string | |
resourcePath | string | |
content | string | |
return |
public static ReadXml ( System.Guid workspaceID, ResourceType resourceType, string resourceID ) : string | ||
workspaceID | System.Guid | |
resourceType | ResourceType | |
resourceID | string | |
return | string |
public static ReadXml ( System.Guid workspaceID, string directoryName, string resourceID ) : string | ||
workspaceID | System.Guid | |
directoryName | string | |
resourceID | string | |
return | string |
public static Save ( System.Guid workspaceID, string directoryName, DynamicServiceObjectBase resource ) : void | ||
workspaceID | System.Guid | |
directoryName | string | |
resource | DynamicServiceObjectBase | |
return | void |
public static Save ( System.Guid workspaceID, string directoryName, string resourceName, string resourceXml ) : void | ||
workspaceID | System.Guid | |
directoryName | string | |
resourceName | string | |
resourceXml | string | |
return | void |
public static Save ( string workspacePath, string directoryName, DynamicServiceObjectBase resource ) : void | ||
workspacePath | string | |
directoryName | string | |
resource | DynamicServiceObjectBase | |
return | void |
public static Save ( string workspacePath, string directoryName, string resourceName, string resourceXml ) : void | ||
workspacePath | string | |
directoryName | string | |
resourceName | string | |
resourceXml | string | |
return | void |
public Services ( string args, System.Guid workspaceId, System.Guid dataListId ) : ResourceList | ||
args | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return | ResourceList |
public Sources ( string args, System.Guid workspaceID, System.Guid dataListID ) : ResourceList | ||
args | string | |
workspaceID | System.Guid | |
dataListID | System.Guid | |
return | ResourceList |