Click or drag to resize

DynamicProperty Class

Information about a product property.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceDynamicProperty

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

The DynamicProperty type exposes the following members.

Constructors
 NameDescription
Public methodDynamicProperty Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertyBaseDynamicPropertyId Shows the property in the product family that this property is being inherited from.
Public propertyCreatedBy Shows who created the record.
Public propertyCreatedOn Shows the date and time when the record was created.
Public propertyCreatedOnBehalfBy Shows who created the record on behalf of another user.
Public propertyDataType Select the data type of the property.
Public propertyDefaultValueDecimal Shows the default value of the property for a decimal data type.
Public propertyDefaultValueDouble Shows the default value of the property for a double data type.
Public propertyDefaultValueInteger Shows the default value of the property for a whole number data type.
Public propertyDefaultValueOptionSet Shows the default value of the property.
Public propertyDefaultValueOptionSet_DynamicProperty N:1 DefaultValueOptionSet_DynamicProperty
Public propertyDefaultValueString Shows the default value of the property for a string data type.
Public propertyDescription Type a description for the property.
Public propertyDMTImportState Internal Use Only
Public propertyDynamicproperty_DynamicPropertyAssociation 1:N Dynamicproperty_DynamicPropertyAssociation
Public propertyDynamicProperty_DynamicPropertyInstance 1:N DynamicProperty_DynamicPropertyInstance
Public propertyDynamicProperty_DynamicPropertyOptionSetItem 1:N DynamicProperty_DynamicPropertyOptionSetItem
Public propertydynamicproperty_organization N:1 dynamicproperty_organization
Public propertyDynamicPropertyId Shows the unique identifier of the property.
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 property.
Public propertyIsHidden Defines whether the attribute is hidden or shown.
Public propertyIsReadOnly Defines whether the attribute is read-only or if it can be edited.
Public propertyIsRequired Defines whether the attribute is mandatory.
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_DynamicProperty_createdby N:1 lk_DynamicProperty_createdby
Public propertylk_DynamicProperty_createdonbehalfby N:1 lk_DynamicProperty_createdonbehalfby
Public propertylk_DynamicProperty_modifiedby N:1 lk_DynamicProperty_modifiedby
Public propertylk_DynamicProperty_modifiedonbehalfby N:1 lk_DynamicProperty_modifiedonbehalfby
Public propertyLogicalName
(Inherited from Entity)
Public propertyMaxLengthString Shows the maximum allowed length of the property for a string data type.
Public propertyMaxValueDecimal Shows the maximum allowed value of the property for a decimal data type.
Public propertyMaxValueDouble Shows the maximum allowed value of the property for a double data type.
Public propertyMaxValueInteger Shows the maximum allowed value of the property for a whole number data type.
Public propertyMinValueDecimal Shows the minimum allowed value of the property for a decimal data type.
Public propertyMinValueDouble Shows the minimum allowed value of the property for a double data type.
Public propertyMinValueInteger Shows the minimum allowed value of the property for a whole number data type.
Public propertyModifiedBy Shows who last updated the record.
Public propertyModifiedOn Shows the date and time when the record was last updated.
Public propertyModifiedOnBehalfBy Shows who created the record on behalf of another user.
Public propertyName Type the name of the property.
Public propertyOrganizationId Unique identifier of the organization associated with the property.
Public propertyOverriddenCreatedOn Date and time that the attribute was migrated.
Public propertyOverwrittenDynamicPropertyId Shows the related overwritten property.
Public propertyPrecision Shows the allowed precision of the property for a whole number data type.
Public propertyProduct_DynamicProperty N:1 Product_DynamicProperty
Public propertyProductAssociation_DynamicProperty N:1 ProductAssociation_DynamicProperty
Public propertyReferenceddynamicproperty_base_dynamicproperty 1:N dynamicproperty_base_dynamicproperty
Public propertyReferencingdynamicproperty_base_dynamicproperty N:1 dynamicproperty_base_dynamicproperty
Public propertyRegardingObjectId Choose the product that the property is associated with.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRootDynamicPropertyId Shows the root property that this property is derived from.
Public propertyRowVersion
(Inherited from Entity)
Public propertystatecode Shows the state of the property.
Public propertystatuscode Shows whether the property is active or inactive.
Public propertyVersionNumber Version number of the property.
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