WebFormGridView Class |
Namespace: Packflow.Modeling
public class WebFormGridView : ModelingObject_Extended
The WebFormGridView type exposes the following members.
Name | Description | |
---|---|---|
![]() | WebFormGridView |
Initializes a new instance of the WebFormGridView class.
|
![]() | WebFormGridView(String) |
Initializes a new instance of the WebFormGridView class.
|
Name | Description | |
---|---|---|
![]() | ActiveTaskRequiredForCreation |
Gets or sets a value indicating whether an active task is required for item creation.
|
![]() | ChromeMode |
Gets or sets the header's and footer's display mode.
|
![]() | CreateItemsInFrame |
Gets or sets a value indicating whether new items are created in a frame.
Only applicable if EnableCreation is True.
|
![]() | CreationLabel |
Gets or sets the label shown in the creation button.
|
![]() | CreationLabelRes |
Gets or sets the resource containing translations for the CreationLabel property.
|
![]() | CreationOnlyInTheseStates |
Gets or sets the list of states' ids in which the creation is enabled.
|
![]() | CustomViewList |
Gets or sets a list of views' GUIDs available for selection
when the HeaderContent is ViewSelection or Both.
Note: the list is used to specify hidden views when the ViewListFilter is set to AllExceptHidden.
|
![]() | EditItemsInFrame |
Gets or sets a value indicating whether item edition must be done using a frame.
|
![]() | EnableCreation |
Gets or sets a value indicating whether items can be created with the gridview.
|
![]() | EnableCreationInReadOnly |
Gets or sets a value indicating whether items can be created while the item's form is in read-only.
|
![]() | EnableInlineCreation |
Gets or sets a value indicating whether new items appear as rows.
Only applicable if EnableCreation is True.
|
![]() | EnableInlineDuplication |
Gets or sets a value indicating whether duplication is enabled.
Currently not active.
Note : also depend on PFView setting.
|
![]() | EnableInlineEditing |
Gets or sets a value indicating whether the inline edition is enabled.
Note : also depend on PFView setting.
|
![]() | EnableSelectionMode |
Gets or sets a value indicating whether the feature allowing managing relations is enabled.
|
![]() | EnableSelectionModeInReadOnly |
Gets or sets a value indicating whether the selection mode is available
while the item's form is in read-only.
|
![]() | EnableSuppression |
Gets or sets a value indicating whether the inline suppression is enabled.
Note : also depend on PFView setting.
|
![]() | EnableUnlinking |
Gets or sets a value indicating whether the inline action Unlinking is enabled.
This action allows removing the relation between the source item and a target item.
|
![]() | FormPreviewGuid |
Gets or sets the form preview GUID.
|
![]() | Guid |
Gets the GUID identifying this object.
(Inherited from ModelingObject.) |
![]() | HeaderContent |
Gets or sets the header's content.
|
![]() | Height |
Gets or sets the gridview height. The value is limited between MinHeight and MaxHeight.
|
![]() | HeightMode |
Gets or sets a value indicating how the gridview should manage its height.
|
![]() | HiddenInTheseStates |
Gets or sets the list of states' ids in which the gridview is hidden.
|
![]() | Id |
Gets the id identifying this object.
(Inherited from ModelingObject.) |
![]() | InlineEditingOnlyInTheseStates |
Gets or sets the list of states' ids in which the inline edition is enabled.
|
![]() | InstanceGuid |
Gets a guid, unique for this object instance.
(Inherited from ModelingObject.) |
![]() | InstanceLanguage |
Gets or sets the instance language (two letters format).
(Inherited from ModelingObject.) |
![]() | IsExtended |
Gets a value indicating whether this object is Extended (ModelingObject_Extended) or not,
allowing to avoid an "is" verification.
(Inherited from ModelingObject_Extended.) |
![]() | Label |
Gets or sets the gridview caption, shown in the header when HeaderContent is set to Label or Both.
|
![]() | Model |
Gets the model hosting this object. The Model is the root object of the modeling tree.
(Inherited from ModelingObject.) |
![]() | Name |
Gets the name of this object.
(Inherited from ModelingObject.) |
![]() | OpenItemsInFrame |
Gets or sets a value indicating whether items should be open in a frame.
|
![]() | Parent |
Gets the parent object in the modeling tree.
(Inherited from ModelingObject.) |
![]() | ParentType |
Gets the type of the parent object in the modeling tree.
(Inherited from ModelingObject.) |
![]() | RelationDirection |
Gets or sets the relation direction(s).
|
![]() | RelationId |
Gets or sets the relation's GUID.
|
![]() | SelectionModeScope |
Gets or sets the scope of available items when the selection mode is active.
|
![]() | SelectionOnlyInTheseStates |
Gets or sets the list of states' ids in which the selection mode is available.
|
![]() | ShowOpenFormIcon |
Gets or sets a value indicating whether the icon opening the item form is shown (on each row).
|
![]() | SuppressionOnlyInTheseStates |
Gets or sets the list of states' ids in which the inline suppression is enabled.
|
![]() | UnlinkingOnlyInTheseStates |
Gets or sets the list of states' ids in which the unlinking feature is enabled.
|
![]() | ViewId |
Gets or sets the target view's id.
|
![]() | ViewListFilter |
Gets or sets a value indicating whether the CustomViewList is used to specify shown or hidden views
available for selection.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns all children objects.
(Inherited from ModelingObject.) |
![]() | GetGuid |
Gets the Guid.
(Inherited from ModelingObject.) |
![]() | GetListItem |
Gets a text representing this object using Id and Name.
(Inherited from ModelingObject.) |
![]() | GetName |
Gets the name.
(Inherited from ModelingObject.) |
![]() | GetParentParentType |
Returns the first parent of a given type in the modeling tree.
Returns null if not found.
(Inherited from ModelingObject.) |
![]() | GetTargetContentType |
Gets the target content-type (at the other side of the relation).
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | MaxHeight |
The maximum height of a gridview.
|
![]() ![]() | MinHeight |
The minimum height of a gridview.
|
Name | Description | |
---|---|---|
![]() | AsT |
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.) |
![]() | EqualsAll |
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.) |
![]() | EqualsAny |
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.) |
![]() | GetString |
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) |
![]() | IsGenericList | Overloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.) |
![]() | IsGenericList(Type) | Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.) |
![]() | Serialize | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) |
![]() | Serialize(String) | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) |
![]() | SerializeJson | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |
![]() | SerializeJson(ListType) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |
![]() | SerializeJson(DataContractJsonSerializerSettings) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |