Class CDataWrapper
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public sealed class CDataWrapper : IXmlSerializable
Constructors
CDataWrapper()
Declaration
Properties
Value
Declaration
public string Value { get; set; }
Property Value
Methods
GetSchema()
Declaration
public XmlSchema GetSchema()
Returns
GetSchema(XmlSchemaSet)
Declaration
public static XmlQualifiedName GetSchema(XmlSchemaSet xs)
Parameters
Returns
ReadXml(XmlReader)
=> ""
=> ""
Foo => "Foo"
Foo => "Foo"
Declaration
public void ReadXml(XmlReader reader)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Overrides
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Operators
implicit operator string(CDataWrapper)
Declaration
public static implicit operator string(CDataWrapper value)
Parameters
Returns
implicit operator CDataWrapper(string)
Declaration
public static implicit operator CDataWrapper(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Implements