Skip to content

ObjectField Class

Field containing data for an object column in a row.

Properties

PropertyDescription
BaseUriGets the base URI of the object field.
EmbeddedFileIndexGets or sets the index of the embedded file in a library.
PreviousBaseUriGets or sets the path to the embedded cabinet of the previous file.
PreviousEmbeddedFileIndexGets or sets the previous index of the embedded file in the library.
UnresolvedDataGets or sets the unresolved data for this field.
UnresolvedPreviousDataGets or sets the unresolved previous data.
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

BaseUri Property {#baseuri}

Gets the base URI of the object field.

Declaration

public System.Uri BaseUri { get; set; }

EmbeddedFileIndex Property {#embeddedfileindex}

Gets or sets the index of the embedded file in a library.

Declaration

public System.Nullable<System.Int32> EmbeddedFileIndex { get; set; }

PreviousBaseUri Property {#previousbaseuri}

Gets or sets the path to the embedded cabinet of the previous file.

Declaration

public System.Uri PreviousBaseUri { get; set; }

PreviousEmbeddedFileIndex Property {#previousembeddedfileindex}

Gets or sets the previous index of the embedded file in the library.

Declaration

public System.Nullable<System.Int32> PreviousEmbeddedFileIndex { get; set; }

UnresolvedData Property {#unresolveddata}

Gets or sets the unresolved data for this field.

Declaration

public string UnresolvedData { get; set; }

UnresolvedPreviousData Property {#unresolvedpreviousdata}

Gets or sets the unresolved previous data.

Declaration

public string UnresolvedPreviousData { get; set; }