Click or drag to resize

DynamicPropertyInstance Class

Instance of a property with its value.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceDynamicPropertyInstance

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

The DynamicPropertyInstance type exposes the following members.

Constructors
 NameDescription
Public methodDynamicPropertyInstance Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertybusiness_unit_dynamicproperyinstance N:1 business_unit_dynamicproperyinstance
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 propertyDMTImportState Internal Use Only
Public propertyDynamicProperty_DynamicPropertyInstance N:1 DynamicProperty_DynamicPropertyInstance
Public propertyDynamicPropertyId Shows the property that this record is associated with.
Public propertyDynamicpropertyinsatance_createdby N:1 Dynamicpropertyinsatance_createdby
Public propertyDynamicPropertyInstanceid Shows the unique identifier of the property instance.
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 propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyInvoiceDetail_Dynamicpropertyinstance N:1 InvoiceDetail_Dynamicpropertyinstance
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_Dynamicpropertyinsatanceattribute_createdonbehalfby N:1 lk_Dynamicpropertyinsatanceattribute_createdonbehalfby
Public propertylk_Dynamicpropertyinsatanceattribute_ModifiedBy N:1 lk_Dynamicpropertyinsatanceattribute_ModifiedBy
Public propertylk_Dynamicpropertyinsatanceattribute_ModifiedOnBehalfBy N:1 lk_Dynamicpropertyinsatanceattribute_ModifiedOnBehalfBy
Public propertyLogicalName
(Inherited from Entity)
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 propertyOpportunityProduct_Dynamicpropertyinstance N:1 OpportunityProduct_Dynamicpropertyinstance
Public propertyOwnerId Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user.
Public propertyOwningBusinessUnit Shows the business unit that the record owner belongs to.
Public propertyOwningTeam Shows the team who owns the property instance.
Public propertyOwningUser Shows the user who owns the property instance.
Public propertyOwningUser_Dynamicpropertyinsatance N:1 OwningUser_Dynamicpropertyinsatance
Public propertyQuoteDetail_Dynamicpropertyinstance N:1 QuoteDetail_Dynamicpropertyinstance
Public propertyRegardingObjectId Shows the object that the property is associated with.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertySalesOrderDetail_Dynamicpropertyinstance N:1 SalesOrderDetail_Dynamicpropertyinstance
Public propertyteam_DynamicPropertyInstance N:1 team_DynamicPropertyInstance
Public propertyTransactionCurrency_Dynamicpropertyinsatance N:1 TransactionCurrency_Dynamicpropertyinsatance
Public propertyTransactionCurrencyId Shows the currency associated with the record.
Public propertyvalidationstatus Shows whether the property value is valid.
Public propertyValueDecimal Shows the decimal value of the property.
Public propertyValueDouble Shows the double value of the property.
Public propertyValueInteger Shows the integer value of the property.
Public propertyValueString Shows the string value of the property.
Public propertyVersionNumber Shows the version number of the property instance.
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