Class PublisherRestriction
Represents a TC String publisher restriction.
Declaration
public class PublisherRestriction
Properties
RestrictionType
Gets or sets the type of restriction.
Declaration
public RestrictionType RestrictionType { get; set; }
Purpose
Gets or sets the Vendor's declared Purpose that the publisher has indicated that they are overriding.
Declaration
public Purpose Purpose { get; set; }
Vendors
Gets or sets a collection of vendors which the publisher has designated as restricted under the
Purpose in this PublisherRestriction
.
Declaration
public VendorCollection Vendors { get; set; }