Class AnyType

Namespace
Org.Etsi.Uri._01903.V1._3._2
Assembly
EInvoice.Ubl.dll
[Serializable]
public class AnyType
Inheritance
AnyType
Inherited Members

Properties

Any

[AllowNull]
[MaybeNull]
public Collection<XmlElement> Any { get; set; }

Property Value

Collection<XmlElement>

AnyAttribute

[AllowNull]
[MaybeNull]
public Collection<XmlAttribute> AnyAttribute { get; set; }

Property Value

Collection<XmlAttribute>

AnyAttributeSpecified

Gets a value indicating whether the AnyAttribute collection is empty.

public bool AnyAttributeSpecified { get; }

Property Value

bool

AnySpecified

Gets a value indicating whether the Any collection is empty.

public bool AnySpecified { get; }

Property Value

bool

Text

public string[] Text { get; set; }

Property Value

string[]