C# 클래스 Dev2.Runtime.ServiceModel.Resources

상속: Dev2.Runtime.Diagnostics.ExceptionManager
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RootFolders string>.Dictionary

공개 메소드들

메소드 설명
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 ) : Resource
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

비공개 메소드들

메소드 설명
GetInputElements ( System.Xml.Linq.XElement element, List validElements ) : void
GetResourceParent ( string resourcePath ) : string
IsInputElement ( System.Xml.Linq.XElement element ) : bool
ParseResourceType ( string resourceTypeStr ) : ResourceType

메소드 상세

DataListInputVariables() 공개 메소드

public DataListInputVariables ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : string
resourceId string
workspaceId System.Guid
dataListId System.Guid
리턴 string

Paths() 공개 메소드

public Paths ( string args, System.Guid workspaceID, System.Guid dataListID ) : string
args string
workspaceID System.Guid
dataListID System.Guid
리턴 string

PathsAndNames() 공개 메소드

public PathsAndNames ( string args, System.Guid workspaceID, System.Guid dataListID ) : string
args string
workspaceID System.Guid
dataListID System.Guid
리턴 string

Read() 공개 정적인 메소드

public static Read ( System.Guid workspaceID, ResourceType resourceType ) : ResourceList
workspaceID System.Guid
resourceType ResourceType
리턴 ResourceList

ReadResource() 공개 정적인 메소드

public static ReadResource ( System.Guid resourceID, ResourceType resourceType, string resourceName, string resourcePath, string content ) : Resource
resourceID System.Guid
resourceType ResourceType
resourceName string
resourcePath string
content string
리턴 Dev2.Runtime.ServiceModel.Data.Resource

ReadXml() 공개 정적인 메소드

public static ReadXml ( System.Guid workspaceID, ResourceType resourceType, string resourceID ) : string
workspaceID System.Guid
resourceType ResourceType
resourceID string
리턴 string

ReadXml() 공개 정적인 메소드

public static ReadXml ( System.Guid workspaceID, string directoryName, string resourceID ) : string
workspaceID System.Guid
directoryName string
resourceID string
리턴 string

Save() 공개 정적인 메소드

public static Save ( System.Guid workspaceID, string directoryName, DynamicServiceObjectBase resource ) : void
workspaceID System.Guid
directoryName string
resource DynamicServiceObjectBase
리턴 void

Save() 공개 정적인 메소드

public static Save ( System.Guid workspaceID, string directoryName, string resourceName, string resourceXml ) : void
workspaceID System.Guid
directoryName string
resourceName string
resourceXml string
리턴 void

Save() 공개 정적인 메소드

public static Save ( string workspacePath, string directoryName, DynamicServiceObjectBase resource ) : void
workspacePath string
directoryName string
resource DynamicServiceObjectBase
리턴 void

Save() 공개 정적인 메소드

public static Save ( string workspacePath, string directoryName, string resourceName, string resourceXml ) : void
workspacePath string
directoryName string
resourceName string
resourceXml string
리턴 void

Services() 공개 메소드

public Services ( string args, System.Guid workspaceId, System.Guid dataListId ) : ResourceList
args string
workspaceId System.Guid
dataListId System.Guid
리턴 ResourceList

Sources() 공개 메소드

public Sources ( string args, System.Guid workspaceID, System.Guid dataListID ) : ResourceList
args string
workspaceID System.Guid
dataListID System.Guid
리턴 ResourceList

프로퍼티 상세

RootFolders 공개적으로 정적으로 프로퍼티

public static Dictionary RootFolders
리턴 string>.Dictionary