Class ReferenceType

Namespace
Org.W3._2000._09.Xmldsig
Assembly
EInvoice.Ubl.dll
[Serializable]
public class ReferenceType
Inheritance
ReferenceType
Inherited Members

Properties

DigestMethod

[Required(AllowEmptyStrings = true)]
public DigestMethodType DigestMethod { get; set; }

Property Value

DigestMethodType

DigestValue

[Required(AllowEmptyStrings = true)]
public byte[] DigestValue { get; set; }

Property Value

byte[]

Id

[AllowNull]
[MaybeNull]
public string Id { get; set; }

Property Value

string

Transforms

[AllowNull]
[MaybeNull]
public Collection<TransformType> Transforms { get; set; }

Property Value

Collection<TransformType>

TransformsSpecified

Gets a value indicating whether the Transforms collection is empty.

public bool TransformsSpecified { get; }

Property Value

bool

Type

[AllowNull]
[MaybeNull]
public string Type { get; set; }

Property Value

string

Uri

[AllowNull]
[MaybeNull]
public string Uri { get; set; }

Property Value

string