Model Properties |
The Model type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplicationItemClassName |
Gets the name of the class from which all PFItem classes are inherited in the project.
| |
| ApplicationTaskClassName |
Gets the name of the class from which all PFTask classes are inherited in the project.
| |
| AssemblyFullName |
Gets the assembly full name (with version, culture and public key token) of the generated project.
| |
| AssemblyName |
Gets the assembly name of the generated project.
The name is prefixed with "MicaSystems.Packflow.".
| |
| AssemblyNamespace |
Gets the assembly namespace of the generated project.
The name is prefixed with "Packflow.".
| |
| AssemblyPocoNamespace |
Gets the namespace of the POCO generated objects.
| |
| BackupChange |
Gets or sets the content of the last backup. Not persisted.
| |
| Cache_ChoiceFieldsReferences |
Gets or sets the cache containing the list of fields referenced by choice fields, by content-type name.
| |
| ClassName |
Gets the class name representing the application. Prefixed with "Application_".
| |
| ContentTypes |
Gets the content-types.
| |
| ContentTypesOrder |
Gets or sets a value indicating how content-types are ordered.
| |
| CSharpName | Obsolete.
Gets the model name for CSharp. Dots are replaced by underscores.
| |
| CustomPrivileges |
Gets the privileges specific to this model.
| |
| DateBuild |
Gets or sets the date of the last build.
| |
| DateCreated |
Gets or sets the date of creation.
| |
| DatePublish |
Gets or sets the date of the last publication.
| |
| Description |
Gets or sets the description.
| |
| Diagrams |
Gets the diagrams.
| |
| DisplayName |
Gets or sets the display name.
| |
| DisplayNameRes |
Gets or sets the resource containing translations for the DisplayName property.
| |
| EditorVersion |
Gets or sets the last version of Packflow.Designer having saved this model.
| |
| EnabledLanguages |
Gets or sets the list languages available for translations (descriptions, display names, ...)
in this model. Only two-letters ISO language codes are accepted.
Note: never returns a null or empty list,
but in that case returns the default list containing the default language.
| |
| Guid |
Gets the GUID identifying this object.
(Inherited from ModelingObject.) | |
| History |
Gets or sets the model version history. Not persisted.
| |
| IconColor |
Gets or sets the color of the icon representing this application
in the waffle menu from the Packflow site's header.
| |
| IconCustomColor |
Gets or sets the custom color of the application's icon.
Only used if IconColor=Custom.
| |
| IconName |
Gets or sets the name of the icon representing this application
in the waffle menu from the Packflow site's header.
| |
| Id |
Gets the id identifying this object.
(Inherited from ModelingObject.) | |
| 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.) | |
| LastContextualLanguageCode |
Gets or sets the last language code used for design.
| |
| LinkedModels |
Gets the models linked to this one. These models's objects can then be selected in relations.
| |
| MapLinks |
Gets the list of links shown in the application sub menu of the header waffle.
| |
| 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.) | |
| PageParts |
Gets the page parts. These will be available as customizable ASPX files in the generated project.
| |
| 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.) | |
| PublicKeyToken |
Gets or sets the public key token of the assembly.
Note: updated during the project generation from Packflow Designer.
| |
| Relations |
Gets the relations between content-types.
| |
| ReleaseNotes |
Gets or sets the release notes.
| |
| Roles |
Gets the roles. Roles are being instantiated as Packflow groups for each application context.
| |
| SettingsClassName |
Gets the class name settings of the application. Prefixed with "ApplicationSettings_".
| |
| StandardAdminsRole |
Gets or sets the standard admins role id. Used by the GetAdminsRole method.
| |
| StandardMembersRole |
Gets or sets the standard members role id. Used by the GetMembersRole method.
| |
| StandardMembersRoleDisabled |
Gets or sets a value indicating whether the standard role Members has been disabled.
If this flag is raised, the Visitors role will not be ensured again.
| |
| StandardVisitorsRole |
Gets or sets the standard visitors role id. Used by the GetVisitorsRole method.
| |
| StandardVisitorsRoleDisabled |
Gets or sets a value indicating whether the standard role Visitors has been disabled.
If this flag is raised, the Visitors role will not be ensured again.
| |
| TempGuid |
Gets or sets the temporary GUID, different each time the model is deserialized. Not persisted.
| |
| UseValueHelpers |
Gets or sets a value indicating whether the objects' generated properties
should use the helper class (when available) instead of the classic value class.
| |
| Version |
Gets or sets the version of the model.
| |
| XmlPath |
Gets or sets the XML path, last location of this model's file. Not persisted.
|