Click or drag to resize

PriceLevel Class

Entity that defines pricing levels.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServicePriceLevel

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class PriceLevel : Entity, INotifyPropertyChanging, 
	INotifyPropertyChanged

The PriceLevel type exposes the following members.

Constructors
 NameDescription
Public methodPriceLevel Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertyBeginDate Date on which the price list becomes effective.
Public propertyCreatedBy Unique identifier of the user who created the price list.
Public propertyCreatedOn Date and time when the price list was created.
Public propertyCreatedOnBehalfBy Unique identifier of the delegate user who created the pricelevel.
Public propertyDescription Description of the price list.
Public propertyEndDate Date that is the last day the price list is valid.
Public propertyEntityState
(Inherited from Entity)
Public propertyExchangeRate Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyFreightTermsCode Freight terms for the price list.
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyImportSequenceNumber Unique identifier of the data import or data migration that created this record.
Public propertyItem
(Inherited from Entity)
Public propertyKeyAttributes
(Inherited from Entity)
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(Inherited from Entity)
Public propertylk_pricelevel_createdonbehalfby N:1 lk_pricelevel_createdonbehalfby
Public propertylk_pricelevel_modifiedonbehalfby N:1 lk_pricelevel_modifiedonbehalfby
Public propertylk_pricelevelbase_createdby N:1 lk_pricelevelbase_createdby
Public propertylk_pricelevelbase_modifiedby N:1 lk_pricelevelbase_modifiedby
Public propertyLogicalName
(Inherited from Entity)
Public propertyModifiedBy Unique identifier of the user who last modified the price list.
Public propertyModifiedOn Date and time when the price list was last modified.
Public propertyModifiedOnBehalfBy Unique identifier of the delegate user who last modified the pricelevel.
Public propertyName Name of the price list.
Public propertyorganization_price_levels N:1 organization_price_levels
Public propertyOrganizationId Unique identifier of the organization associated with the price list.
Public propertyOverriddenCreatedOn Date and time that the record was migrated.
Public propertyPaymentMethodCode Payment terms to use with the price list.
Public propertyprice_level_accounts 1:N price_level_accounts
Public propertyprice_level_contacts 1:N price_level_contacts
Public propertyprice_level_invoices 1:N price_level_invoices
Public propertyprice_level_opportunties 1:N price_level_opportunties
Public propertyprice_level_orders 1:N price_level_orders
Public propertyprice_level_product_price_levels 1:N price_level_product_price_levels
Public propertyprice_level_products 1:N price_level_products
Public propertyprice_level_quotes 1:N price_level_quotes
Public propertyPriceLevel_AsyncOperations 1:N PriceLevel_AsyncOperations
Public propertyPriceLevel_BulkDeleteFailures 1:N PriceLevel_BulkDeleteFailures
Public propertypricelevel_connections1 1:N pricelevel_connections1
Public propertypricelevel_connections2 1:N pricelevel_connections2
Public propertypricelevel_principalobjectattributeaccess 1:N pricelevel_principalobjectattributeaccess
Public propertyPriceLevel_ProcessSessions 1:N PriceLevel_ProcessSessions
Public propertyPriceLevel_SyncErrors 1:N PriceLevel_SyncErrors
Public propertyPriceLevelId Unique identifier of the price list.
Public propertyPriceList_Campaigns 1:N PriceList_Campaigns
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertyShippingMethodCode Method of shipment for products in the price list.
Public propertyStateCode Status of the price list.
Public propertyStatusCode Reason for the status of the price list.
Public propertyTimeZoneRuleVersionNumber For internal use only.
Public propertytransactioncurrency_pricelevel N:1 transactioncurrency_pricelevel
Public propertyTransactionCurrencyId Unique identifier of the currency associated with the price level.
Public propertyuserentityinstancedata_pricelevel 1:N userentityinstancedata_pricelevel
Public propertyUTCConversionTimeZoneCode Time zone code that was in use when the record was created.
Public propertyVersionNumber Version number of the price level.
Top
Methods
 NameDescription
Public methodContains
(Inherited from Entity)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAttributeValue``1
(Inherited from Entity)
Protected methodGetFormattedAttributeValue
(Inherited from Entity)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetRelatedEntities``1
(Inherited from Entity)
Protected methodGetRelatedEntity``1
(Inherited from Entity)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodSetAttributeValue
(Inherited from Entity)
Protected methodSetRelatedEntities``1
(Inherited from Entity)
Protected methodSetRelatedEntity``1
(Inherited from Entity)
Public methodToEntity``1
(Inherited from Entity)
Public methodToEntityReference
(Inherited from Entity)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetAttributeValue``1
(Inherited from Entity)
Top
Events
Fields
See Also