Leadtools.Dicom.Common.Extensions Namespace : DicomXmlNodeType Enumeration |
public enum DicomXmlNodeType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomXmlNodeType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomXmlNodeType
public enum DicomXmlNodeType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.Common.Extensions.DicomXmlNodeType = function() { }; Leadtools.Dicom.Common.Extensions.DicomXmlNodeType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class DicomXmlNodeType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Comment | The xml node is an xml comment. |
Element | The xml node is an xml element. |
None | Type of the xml node is unknown. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.Extensions.DicomXmlNodeType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Leadtools.Dicom.Common.Extensions Namespace
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags) Method
SaveXmlCallback Delegate
LoadXmlBeforeElementCallback Delegate
LoadXmlAfterElementCallback Delegate