Click or drag to resize

UserForm Class

User-owned dashboards.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkUserForm

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 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 propertyId (Overrides Entity.Id.)
Public propertyItem (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 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 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