FormDisplayOrder Class

Definition

Contains data that specifies the display order of a form.

public ref class FormDisplayOrder : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public class FormDisplayOrder : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type FormDisplayOrder = class
    interface IExtensibleDataObject
Public Class FormDisplayOrder
Implements IExtensibleDataObject
Inheritance
FormDisplayOrder
Attributes
Implements

Constructors

FormDisplayOrder()

Initializes a new instance of the FormDisplayOrder class.

Properties

ExtensionData

Gets or sets the structure that contains extra data. Optional.

FormId

Gets or sets the identifier of the form.

IsCustomizable

Gets or sets whether the form is customizable as a solution component.

Name

Gets or sets the name of the form.

Order

Gets or sets the display order of the form.

Applies to