Show / Hide Table of Contents

Class XmlElementInfo

Inheritance
Object
XmlElementInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class XmlElementInfo

Properties

Attributes

Declaration
public List<XmlAttributeInfo> Attributes { get; }
Property Value
Type Description
List<XmlAttributeInfo>

LocalName

Declaration
public string LocalName { get; }
Property Value
Type Description
String

NameSpaceUri

Declaration
public string NameSpaceUri { get; }
Property Value
Type Description
String
Back to top Copyright © 2015-2020 Lacuna Software