C# 클래스 Dev2.Runtime.Hosting.ServiceMetaData

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
ExtractMetaData ( System.Xml.Linq.XElement xe, DynamicServiceObjectBase &obj ) : ServiceMetaData

Extracts the meta data.

ExtractValue ( System.Xml.Linq.XElement xe, string elementName, bool useElementSafe = false ) : string

Extracts the value.

SetID ( System.Xml.Linq.XElement &xe ) : System.Guid

메소드 상세

ExtractMetaData() 공개 정적인 메소드

Extracts the meta data.
public static ExtractMetaData ( System.Xml.Linq.XElement xe, DynamicServiceObjectBase &obj ) : ServiceMetaData
xe System.Xml.Linq.XElement The executable.
obj Dev2.DynamicServices.Objects.Base.DynamicServiceObjectBase The object.
리턴 ServiceMetaData

ExtractValue() 공개 정적인 메소드

Extracts the value.
public static ExtractValue ( System.Xml.Linq.XElement xe, string elementName, bool useElementSafe = false ) : string
xe System.Xml.Linq.XElement The executable.
elementName string Name of the element.
useElementSafe bool if set to true [use element safe].
리턴 string

SetID() 공개 정적인 메소드

public static SetID ( System.Xml.Linq.XElement &xe ) : System.Guid
xe System.Xml.Linq.XElement
리턴 System.Guid