Click or drag to resize

UserForm Class

User-owned dashboards.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceUserForm

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

The UserForm type exposes the following members.

Constructors
 NameDescription
Public methodUserForm Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertybusiness_unit_userform N:1 business_unit_userform
Public propertyCreatedBy Shows who created the record.
Public propertyCreatedOn Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyCreatedOnBehalfBy Shows who created the record on behalf of another user.
Public propertyDescription Type additional information to describe the form or dashboard, such as the filter criteria or intended audience.
Public propertyEntityState
(Inherited from Entity)
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyFormXml Shows the XML representation of the layout of the form or dashboard.
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyIsTabletEnabled Information that specifies whether the dashboard is enabled for tablet.
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_userform_createdby N:1 lk_userform_createdby
Public propertylk_userform_modifiedby N:1 lk_userform_modifiedby
Public propertylk_userformbase_createdonbehalfby N:1 lk_userformbase_createdonbehalfby
Public propertylk_userformbase_modifiedonbehalfby N:1 lk_userformbase_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. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyModifiedOnBehalfBy Shows who created the record on behalf of another user.
Public propertyName Type a descriptive name for the form or dashboard.
Public propertyObjectTypeCode Shows the record type (entity) code that the form applies to.
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 Unique identifier of the team who owns the dashboard.
Public propertyOwningUser Unique identifier of the user who owns the dashboard.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertysocialinsightsconfiguration_userform 1:N socialinsightsconfiguration_userform
Public propertyteam_userform N:1 team_userform
Public propertyType Select the form type.
Public propertyuser_userform N:1 user_userform
Public propertyuserentityinstancedata_userform 1:N userentityinstancedata_userform
Public propertyUserForm_AsyncOperations 1:N UserForm_AsyncOperations
Public propertyUserForm_BulkDeleteFailures 1:N UserForm_BulkDeleteFailures
Public propertyUserFormId Unique identifier of the user dashboard.
Public propertyVersionNumber 
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