Click or drag to resize

UoM Class

Unit of measure.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkUoM

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 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 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 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 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 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 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_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 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 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