Click or drag to resize

UoM Class

Unit of measure.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceUoM

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

The UoM type exposes the following members.

Constructors
 NameDescription
Public methodUoM Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertyBaseUoM Choose the base or primary unit on which the unit is based.
Public propertyCreatedBy Unique identifier of the user who created the unit.
Public propertyCreatedByExternalParty Shows the external party who created the record.
Public propertyCreatedOn Date and time when the unit was created.
Public propertyCreatedOnBehalfBy Unique identifier of the delegate user who created the uom.
Public propertyEntityState
(Inherited from Entity)
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
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 propertyIsScheduleBaseUoM Tells whether the unit is the base unit for the associated unit group.
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_externalparty_uom_createdby N:1 lk_externalparty_uom_createdby
Public propertylk_externalparty_uom_modifiedby N:1 lk_externalparty_uom_modifiedby
Public propertylk_uom_createdonbehalfby N:1 lk_uom_createdonbehalfby
Public propertylk_uom_modifiedonbehalfby N:1 lk_uom_modifiedonbehalfby
Public propertylk_uombase_createdby N:1 lk_uombase_createdby
Public propertylk_uombase_modifiedby N:1 lk_uombase_modifiedby
Public propertyLogicalName
(Inherited from Entity)
Public propertyModifiedBy Unique identifier of the user who last modified the unit.
Public propertyModifiedByExternalParty Shows the external party who modified the record.
Public propertyModifiedOn Date and time when the unit was last modified.
Public propertyModifiedOnBehalfBy Unique identifier of the delegate user who last modified the uom.
Public propertyName Type a descriptive title or name for the unit of measure.
Public propertyOrganizationId Unique identifier of the organization associated with the unit of measure.
Public propertyOverriddenCreatedOn Date and time that the record was migrated.
Public propertyQuantity Unit quantity for the product.
Public propertyReferencedunit_of_measurement_base_unit 1:N unit_of_measurement_base_unit
Public propertyReferencingunit_of_measurement_base_unit N:1 unit_of_measurement_base_unit
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertyunit_of_measure_schedule_conversions N:1 unit_of_measure_schedule_conversions
Public propertyunit_of_measurement_contract_line_items 1:N unit_of_measurement_contract_line_items
Public propertyunit_of_measurement_invoice_details 1:N unit_of_measurement_invoice_details
Public propertyunit_of_measurement_opportunity_products 1:N unit_of_measurement_opportunity_products
Public propertyunit_of_measurement_order_details 1:N unit_of_measurement_order_details
Public propertyunit_of_measurement_product_price_levels 1:N unit_of_measurement_product_price_levels
Public propertyunit_of_measurement_productassociation 1:N unit_of_measurement_productassociation
Public propertyunit_of_measurement_products 1:N unit_of_measurement_products
Public propertyunit_of_measurement_quote_details 1:N unit_of_measurement_quote_details
Public propertyUoM_AsyncOperations 1:N UoM_AsyncOperations
Public propertyUoM_BulkDeleteFailures 1:N UoM_BulkDeleteFailures
Public propertyUoM_SyncErrors 1:N UoM_SyncErrors
Public propertyUoMId Unique identifier of the unit.
Public propertyUoMScheduleId Choose the ID of the unit group that the unit is associated with.
Public propertyuserentityinstancedata_uom 1:N userentityinstancedata_uom
Public propertyVersionNumber Version number of the unit.
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