Class OdfQualifiedName
- Namespace
- OdfKit.Compliance
- Assembly
- OdfKit.dll
Provides the OdfQualifiedName API. 識別命名空間限定的 ODF 名稱,而不依賴 XML 前綴。
public sealed class OdfQualifiedName : IEquatable<OdfQualifiedName>
- Inheritance
-
OdfQualifiedName
- Implements
- Inherited Members
Constructors
OdfQualifiedName(string, string)
Performs odf qualified name. 初始化限定名稱的新執行個體。
public OdfQualifiedName(string namespaceUri, string localName)
Parameters
Properties
LocalName
Gets the LocalName value. 取得區域元素或屬性名稱。
public string LocalName { get; }
Property Value
NamespaceUri
Gets the NamespaceUri value. 取得命名空間 URI。
public string NamespaceUri { get; }
Property Value
Methods
Equals(OdfQualifiedName?)
Performs equals. 執行 Equals。
public bool Equals(OdfQualifiedName? other)
Parameters
otherOdfQualifiedName
Returns
Equals(object?)
Performs equals. 執行 Equals。
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
Gets hash code. 取得 Hash Code。
public override int GetHashCode()
Returns
ToString()
Converts to string. 轉換為 String。
public override string ToString()