C# Class Dev2.Runtime.Hosting.ServiceMetaData

Mostra file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
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

Method Details

ExtractMetaData() public static method

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.
return ServiceMetaData

ExtractValue() public static method

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].
return string

SetID() public static method

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