Class VendorList
Represents a Global Vendor List.
Declaration
public class VendorList
Properties
GvlSpecificationVersion
Gets or sets the Global Vendor List Specification Version.
Declaration
public int GvlSpecificationVersion { get; set; }
VendorListVersion
Gets or sets the Global Vendor List version.
Declaration
public int VendorListVersion { get; set; }
TcfPolicyVersion
Gets or sets TCF Policy Version.
Declaration
public int TcfPolicyVersion { get; set; }
LastUpdated
Gets or sets the date and time when the GVL was last updated.
Declaration
public DateTime LastUpdated { get; set; }
Purposes
Gets or sets a collection of standard Purposes.
Declaration
public PurposeCollection Purposes { get; set; }
SpecialPurposes
Gets or sets a collection of Special Purposes.
Declaration
public PurposeCollection SpecialPurposes { get; set; }
Features
Gets or sets a collection of standard Features.
Declaration
public FeatureCollection Features { get; set; }
SpecialFeatures
Gets or sets a collection of Special Features.
Declaration
public FeatureCollection SpecialFeatures { get; set; }
Stacks
Gets or sets a collection of Stacks.
Declaration
public StackCollection Stacks { get; set; }
Vendors
Gets or sets a collection of Vendors.
Declaration
public VendorCollection Vendors { get; set; }