PFFieldSettings_Choice_Reference Class |
Namespace: Packflow.Core
public class PFFieldSettings_Choice_Reference
The PFFieldSettings_Choice_Reference type exposes the following members.
Name | Description | |
---|---|---|
PFFieldSettings_Choice_Reference |
Name | Description | |
---|---|---|
ApplicationGuid |
Gets or sets the target application GUID.
| |
ApplicationId |
Gets or sets the target application id.
| |
ApplicationName |
Gets or sets the target application name.
| |
ContentTypeGuid |
Gets or sets the target content-type GUID.
| |
ContentTypeId |
Gets or sets the target content-type id.
| |
ContentTypeName |
Gets or sets the target content-type name.
| |
FieldGuid |
Gets or sets the target field GUID.
| |
FieldId |
Gets or sets the target field id.
| |
FieldName |
Gets or sets the target field name.
| |
RelationGuid |
Gets or sets the relation GUID (in the model).
| |
TL_CustomNodeLabelFieldGuid |
[Treelist display mode only] Gets or sets the GUID
of the field replacing the node display value of a choice control displayed as a tree.
Note: this does not replace the display text of selected value.
| |
TL_CustomNodeLabelFieldId |
[Treelist display mode only] Gets or sets the id
of the field replacing the node display value of a choice control displayed as a tree.
Note: this does not replace the display text of selected value.
| |
TL_CustomNodeLabelFieldName |
[Treelist display mode only] Gets or sets the name
of the field replacing the node display value of a choice control displayed as a tree.
Note: this does not replace the display text of selected value.
| |
TL_NodeIdFieldGuid |
[Treelist display mode only] Gets or sets the GUID of the field containing the key of a value node.
| |
TL_NodeIdFieldId |
[Treelist display mode only] Gets or sets the id of the field containing the key of a value node.
| |
TL_NodeIdFieldName |
[Treelist display mode only] Gets or sets the name of the field containing the key of a value node.
| |
TL_ParentNodeIdFieldGuid |
[Treelist display mode only] Gets or sets the GUID
of the field containing the parent node key of a value node.
| |
TL_ParentNodeIdFieldId |
[Treelist display mode only] Gets or sets the id
of the field containing the parent node key of a value node.
| |
TL_ParentNodeIdFieldName |
Gets or sets the name
of the field containing the parent node key of a value node.
| |
TL_ShowCheckbox_BoolGuid |
[Treelist display mode only] Gets or sets the GUID
of the field containing a value determining whether a node should be selectable.
| |
TL_ShowCheckbox_BoolId |
[Treelist display mode only] Gets or sets the id
of the field containing a value determining whether a node should be selectable.
| |
TL_ShowCheckbox_BoolName |
[Treelist display mode only] Gets or sets the name
of the field containing a value determining whether a node should be selectable.
| |
TooltipFieldGuid |
Gets or sets the GUID of the field used to fill the value tooltip content.
| |
TooltipFieldId |
Gets or sets the id of the field used to fill the value tooltip content.
| |
ViewGuid |
Gets or sets the target view GUID.
| |
ViewId |
Gets or sets the target view id.
|
Name | Description | |
---|---|---|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.) |