Pular para o conteúdo principal

XmlIdResolutionTable

Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client
Class

public class XmlIdResolutionTable

Hierarquia: objectXmlIdResolutionTable

Construtores

XmlIdResolutionTable(bool)

public XmlIdResolutionTable(bool includeXmlIdGlobalAttribute = true)

Parâmetros

NomeTipoDescrição
includeXmlIdGlobalAttributebool

Métodos

AddGlobalIdAttribute(string, string)

Specify an attribute to be globally considered as the ID attribute. This rule has less precedence than rules set with the SetElementIdAttribute method.

public void AddGlobalIdAttribute(string idAttributeLocalName, string idAttributeNamespace = null)

Parâmetros

NomeTipoDescrição
idAttributeLocalNamestringName of the attribute (e.g.: "id")
idAttributeNamespacestringNamespace URI of the attribute. If null, the attribute is regarded as having no namespace. The special value "xml" may be used to represent the http://www.w3.org/XML/1998/namespace namespace.

SetElementIdAttribute(string, string, string, string)

Specify the attribute to be considered as the ID attribute for a certain element. This rule takes precedence over a global ID attribute specified with the SetGlobalIdAttribute method.

public void SetElementIdAttribute(string elementLocalName, string elementNamespace, string idAttributeLocalName, string idAttributeNamespace = null)

Parâmetros

NomeTipoDescrição
elementLocalNamestring
elementNamespacestring
idAttributeLocalNamestring
idAttributeNamespacestring

ToModel()

public XmlIdResolutionTableModel ToModel()

Retorno

XmlIdResolutionTableModel


Membros herdados

GetType(), MemberwiseClone(), ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode()