Click or drag to resize

Model Properties

The Model type exposes the following members.

Properties
  NameDescription
Public propertyApplicationItemClassName
Gets the name of the class from which all PFItem classes are inherited in the project.
Public propertyApplicationTaskClassName
Gets the name of the class from which all PFTask classes are inherited in the project.
Public propertyAssemblyFullName
Gets the assembly full name (with version, culture and public key token) of the generated project.
Public propertyAssemblyName
Gets the assembly name of the generated project. The name is prefixed with "MicaSystems.Packflow.".
Public propertyAssemblyNamespace
Gets the assembly namespace of the generated project. The name is prefixed with "Packflow.".
Public propertyAssemblyPocoNamespace
Gets the namespace of the POCO generated objects.
Public propertyBackupChange
Gets or sets the content of the last backup. Not persisted.
Public propertyCache_ChoiceFieldsReferences
Gets or sets the cache containing the list of fields referenced by choice fields, by content-type name.
Public propertyClassName
Gets the class name representing the application. Prefixed with "Application_".
Public propertyContentTypes
Gets the content-types.
Public propertyContentTypesOrder
Gets or sets a value indicating how content-types are ordered.
Public propertyCSharpName Obsolete.
Gets the model name for CSharp. Dots are replaced by underscores.
Public propertyCustomPrivileges
Gets the privileges specific to this model.
Public propertyDateBuild
Gets or sets the date of the last build.
Public propertyDateCreated
Gets or sets the date of creation.
Public propertyDatePublish
Gets or sets the date of the last publication.
Public propertyDescription
Gets or sets the description.
Public propertyDiagrams
Gets the diagrams.
Public propertyDisplayName
Gets or sets the display name.
Public propertyDisplayNameRes
Gets or sets the resource containing translations for the DisplayName property.
Public propertyEditorVersion
Gets or sets the last version of Packflow.Designer having saved this model.
Public propertyEnabledLanguages
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.
Public propertyGuid
Gets the GUID identifying this object.
(Inherited from ModelingObject.)
Public propertyHistory
Gets or sets the model version history. Not persisted.
Public propertyIconColor
Gets or sets the color of the icon representing this application in the waffle menu from the Packflow site's header.
Public propertyIconCustomColor
Gets or sets the custom color of the application's icon. Only used if IconColor=Custom.
Public propertyIconName
Gets or sets the name of the icon representing this application in the waffle menu from the Packflow site's header.
Public propertyId
Gets the id identifying this object.
(Inherited from ModelingObject.)
Public propertyInstanceGuid
Gets a guid, unique for this object instance.
(Inherited from ModelingObject.)
Public propertyInstanceLanguage
Gets or sets the instance language (two letters format).
(Inherited from ModelingObject.)
Public propertyIsExtended
Gets a value indicating whether this object is Extended (ModelingObject_Extended) or not, allowing to avoid an "is" verification.
(Inherited from ModelingObject_Extended.)
Public propertyLastContextualLanguageCode
Gets or sets the last language code used for design.
Public propertyLinkedModels
Gets the models linked to this one. These models's objects can then be selected in relations.
Public propertyMapLinks
Gets the list of links shown in the application sub menu of the header waffle.
Public propertyModel
Gets the model hosting this object. The Model is the root object of the modeling tree.
(Inherited from ModelingObject.)
Public propertyName
Gets the name of this object.
(Inherited from ModelingObject.)
Public propertyPageParts
Gets the page parts. These will be available as customizable ASPX files in the generated project.
Public propertyParent
Gets the parent object in the modeling tree.
(Inherited from ModelingObject.)
Public propertyParentType
Gets the type of the parent object in the modeling tree.
(Inherited from ModelingObject.)
Public propertyPublicKeyToken
Gets or sets the public key token of the assembly. Note: updated during the project generation from Packflow Designer.
Public propertyRelations
Gets the relations between content-types.
Public propertyReleaseNotes
Gets or sets the release notes.
Public propertyRoles
Gets the roles. Roles are being instantiated as Packflow groups for each application context.
Public propertySettingsClassName
Gets the class name settings of the application. Prefixed with "ApplicationSettings_".
Public propertyStandardAdminsRole
Gets or sets the standard admins role id. Used by the GetAdminsRole method.
Public propertyStandardMembersRole
Gets or sets the standard members role id. Used by the GetMembersRole method.
Public propertyStandardMembersRoleDisabled
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.
Public propertyStandardVisitorsRole
Gets or sets the standard visitors role id. Used by the GetVisitorsRole method.
Public propertyStandardVisitorsRoleDisabled
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.
Public propertyTempGuid
Gets or sets the temporary GUID, different each time the model is deserialized. Not persisted.
Public propertyUseValueHelpers
Gets or sets a value indicating whether the objects' generated properties should use the helper class (when available) instead of the classic value class.
Public propertyVersion
Gets or sets the version of the model.
Public propertyXmlPath
Gets or sets the XML path, last location of this model's file. Not persisted.
Top
See Also