Click or drag to resize

DynamicPropertyOptionSetItem Class

Item with a name and value in a property option set type.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceDynamicPropertyOptionSetItem

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

The DynamicPropertyOptionSetItem type exposes the following members.

Constructors
 NameDescription
Public methodDynamicPropertyOptionSetItem Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
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 propertyDefaultValueOptionSet_DynamicProperty 1:N DefaultValueOptionSet_DynamicProperty
Public propertyDMTImportState Internal Use Only
Public propertyDynamicProperty_DynamicPropertyOptionSetItem N:1 DynamicProperty_DynamicPropertyOptionSetItem
Public propertyDynamicPropertyId Shows the property that uses this option set item.
Public propertyDynamicPropertyOptionDescription Type additional information about the property option set item.
Public propertyDynamicPropertyOptionName Type the name of the property option set item.
Public propertyDynamicPropertyOptionSetItem_organization N:1 DynamicPropertyOptionSetItem_organization
Public propertyDynamicPropertyOptionSetItem_TransactionCurrency N:1 DynamicPropertyOptionSetItem_TransactionCurrency
Public propertyDynamicPropertyOptionSetValueId Shows the unique identifier of the property option set item.
Public propertyDynamicPropertyOptionSetValueSequenceNumber Internal Use Only
Public propertyDynamicPropertyOptionValue Shows the value of the property option set item.
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 propertyImportSequenceNumber Shows the data import or data migration that created this record.
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_DynamicPropertyOptionSetItem_createdby N:1 lk_DynamicPropertyOptionSetItem_createdby
Public propertylk_DynamicPropertyOptionSetItem_createdonbehalfby N:1 lk_DynamicPropertyOptionSetItem_createdonbehalfby
Public propertylk_DynamicPropertyOptionSetItem_modifiedby N:1 lk_DynamicPropertyOptionSetItem_modifiedby
Public propertylk_DynamicPropertyOptionSetItem_modifiedonbehalfby N:1 lk_DynamicPropertyOptionSetItem_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 propertyOrganizationId Shows the organization associated with the record.
Public propertyOverriddenCreatedOn Shows the date and time that the record was migrated.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertyTransactionCurrencyId Shows the currency associated with the record.
Public propertyVersionNumber Shows the version number of the property option set item.
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