Skip to main 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 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

BaseUri Property​

Gets the base URI of the object field.

Declaration​

public System.Uri BaseUri { get; set; } 

EmbeddedFileIndex Property​

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

Declaration​

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

PreviousBaseUri Property​

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

Declaration​

public System.Uri PreviousBaseUri { get; set; } 

PreviousEmbeddedFileIndex Property​

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

Declaration​

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

UnresolvedData Property​

Gets or sets the unresolved data for this field.

Declaration​

public string UnresolvedData { get; set; } 

UnresolvedPreviousData Property​

Gets or sets the unresolved previous data.

Declaration​

public string UnresolvedPreviousData { get; set; }