Search Results for

    Show / Hide Table of Contents

    Class CDataWrapper

    Inheritance
    object
    CDataWrapper
    Implements
    IXmlSerializable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Sdl.ProjectAutomation.Settings.CustomAttributes
    Assembly: Sdl.ProjectAutomation.Settings.dll
    Syntax
    public sealed class CDataWrapper : IXmlSerializable

    Constructors

    CDataWrapper()

    Declaration
    public CDataWrapper()

    Properties

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    string

    Methods

    GetSchema()

    Declaration
    public XmlSchema GetSchema()
    Returns
    Type Description
    XmlSchema

    GetSchema(XmlSchemaSet)

    Declaration
    public static XmlQualifiedName GetSchema(XmlSchemaSet xs)
    Parameters
    Type Name Description
    XmlSchemaSet xs
    Returns
    Type Description
    XmlQualifiedName

    ReadXml(XmlReader)

    => "" => "" Foo => "Foo" Foo => "Foo"

    Declaration
    public void ReadXml(XmlReader reader)
    Parameters
    Type Name Description
    XmlReader reader

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    WriteXml(XmlWriter)

    "" => "Foo" => Foo

    Declaration
    public void WriteXml(XmlWriter writer)
    Parameters
    Type Name Description
    XmlWriter writer

    Operators

    implicit operator string(CDataWrapper)

    Declaration
    public static implicit operator string(CDataWrapper value)
    Parameters
    Type Name Description
    CDataWrapper value
    Returns
    Type Description
    string

    implicit operator CDataWrapper(string)

    Declaration
    public static implicit operator CDataWrapper(string value)
    Parameters
    Type Name Description
    string value
    Returns
    Type Description
    CDataWrapper

    Implements

    IXmlSerializable
    In this article
    • Constructors
      • CDataWrapper()
    • Properties
      • Value
    • Methods
      • GetSchema()
      • GetSchema(XmlSchemaSet)
      • ReadXml(XmlReader)
      • ToString()
      • WriteXml(XmlWriter)
    • Operators
      • implicit operator string(CDataWrapper)
      • implicit operator CDataWrapper(string)
    • Implements
    Back to top Generated by DocFX