Click or drag to resize

PriceLevel Class

Entity that defines pricing levels.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkPriceLevel

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
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 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 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_principalobjectattributeaccess
1:N pricelevel_principalobjectattributeaccess
Public propertyPriceLevel_ProcessSessions
1:N PriceLevel_ProcessSessions
Public propertyPriceLevelId
Unique identifier of the price list.
Public propertyPriceList_Campaigns
1:N PriceList_Campaigns
Public propertyRelatedEntities (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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRelatedEntities``1 (Inherited from Entity.)
Protected methodGetRelatedEntity``1 (Inherited from Entity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also