CatalogPricingRulesDataSet.PricingRule Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Allows access to the CatalogPricingRulesDataSet..::.PricingRulesDataTable table.
The CatalogPricingRulesDataSet..::.PricingRule type exposes the following members.
Methods
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from DataRow.) | |
BeginEdit | (Inherited from DataRow.) | |
CancelEdit | (Inherited from DataRow.) | |
ClearErrors | (Inherited from DataRow.) | |
Delete | (Inherited from DataRow.) | |
EndEdit | (Inherited from DataRow.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildRows | Overloaded. | |
GetColumnError | Overloaded. | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow | Overloaded. | |
GetParentRows | Overloaded. | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsCategoryNameNull | Checks to see if the CategoryNameColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsDisplayNameNull | Checks to see if the DisplayNameColumn is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsNull | Overloaded. | |
IsPriceChangeNull | Checks to see if the PriceChangeColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsProductIdNull | Checks to see if the ProductIdColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsVariantIdNull | Checks to see if the VariantIdColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetCategoryNameNull | Sets the CategoryNameColumn to a DBNull value. | |
SetColumnError | Overloaded. | |
SetDisplayNameNull | Sets the DisplayNameColumn to a DBNull value. | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow | Overloaded. | |
SetPriceChangeNull | Sets the PriceChangeColumn to a DBNull value. | |
SetProductIdNull | Sets the ProductIdColumn to a DBNull value. | |
SetVariantIdNull | Sets the VariantIdColumnto a DBNull value. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CatalogName | Gets or sets the value in the CatalogNameColumn column of the CatalogPricingRulesDataSet..::.PricingRulesDataTable table. | |
CatalogPricingRuleType | Gets or sets the value in the CatalogPricingRuleTypeColumn column of the CatalogPricingRulesDataSet..::.PricingRulesDataTable table. | |
CategoryName | Gets or sets the value in the CategoryNameColumn column of the CatalogPricingRulesDataSet..::.PricingRulesDataTable table. | |
DisplayName | Gets or sets the value in the DisplayNameColumn column of the CatalogPricingRulesDataSet..::.PricingRulesDataTable table. | |
HasErrors | (Inherited from DataRow.) | |
Item | Overloaded. | |
ItemArray | (Inherited from DataRow.) | |
PriceChange | Gets or sets the value in the PriceChangeColumn column of the CatalogPricingRulesDataSet..::.PricingRulesDataTable table. | |
ProductId | Gets or sets the value in the ProductIdColumn column of the CatalogPricingRulesDataSet..::.PricingRulesDataTable table. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
VariantId | Gets or sets the value in the VariantIdColumn column of the CatalogPricingRulesDataSet..::.PricingRulesDataTable table. |
Top