Search Results for

    Show / Hide Table of Contents

    Class CDataWrapper

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

    Constructors

    CDataWrapper()

    Declaration
    public CDataWrapper()

    Properties

    Value

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

    Methods

    GetSchema()

    Declaration
    public XmlSchema GetSchema()
    Returns
    Type Description
    System.Xml.Schema.XmlSchema

    GetSchema(XmlSchemaSet)

    Declaration
    public static XmlQualifiedName GetSchema(XmlSchemaSet xs)
    Parameters
    Type Name Description
    System.Xml.Schema.XmlSchemaSet xs
    Returns
    Type Description
    System.Xml.XmlQualifiedName

    ReadXml(XmlReader)

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

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

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    WriteXml(XmlWriter)

    "" => "Foo" => Foo

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

    Operators

    Implicit(CDataWrapper to String)

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

    Implicit(String to CDataWrapper)

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

    Implements

    System.Xml.Serialization.IXmlSerializable

    On this page

    • Constructors
      • CDataWrapper()
    • Properties
      • Value
    • Methods
      • GetSchema()
      • GetSchema(XmlSchemaSet)
      • ReadXml(XmlReader)
      • ToString()
      • WriteXml(XmlWriter)
    • Operators
      • Implicit(CDataWrapper to String)
      • Implicit(String to CDataWrapper)
    • Implements
    Back to top Generated by DocFX