Click or drag to resize

ObjVerStrPlaceholder Class

Expands to the ObjVer strings of the context objects. Format: "(ObjTypeID-ObjectID-Version)"
Inheritance Hierarchy

Namespace:  MFiles.VAF.Placeholders.Commands
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public class ObjVerStrPlaceholder : SimpleObjectToTextPlaceholderBase

The ObjVerStrPlaceholder type exposes the following members.

Constructors
  NameDescription
Public methodObjVerStrPlaceholder
Initializes a new instance of the ObjVerStrPlaceholder class
Top
Properties
  NameDescription
Public propertyAcceptsContextTypes
The datatype this command handler accepts for the context when expanding.
(Inherited from SimpleObjectToTextPlaceholderBase.)
Public propertyCommand
The level's command.
(Inherited from PlaceholderCommandHandler.)
Public propertyContextType
The datatype this command handler will output.
(Inherited from SimpleObjectToTextPlaceholderBase.)
Protected propertyInitialized
Indicates whether the handler has been initialized.
(Inherited from PlaceholderCommandHandler.)
Public propertyIssues
Issues encountered during initialization.
(Inherited from PlaceholderCommandHandler.)
Public propertyLevel
The placeholder level this object is handling.
(Inherited from PlaceholderCommandHandler.)
Public propertyLoadObjects
Indicates whether the objects should be preloaded before passed to the GetObjectText() method.
(Overrides SimpleObjectToTextPlaceholderBaseLoadObjects.)
Public propertyParameter
The level's parameter.
(Inherited from PlaceholderCommandHandler.)
Public propertySettings
The level's parse and expansion settings.
(Inherited from PlaceholderCommandHandler.)
Protected propertySupportedTypes
The level types supported by this handler.
(Inherited from SimpleObjectToTextPlaceholderBase.)
Public propertyVault
The level's vault.
(Inherited from PlaceholderCommandHandler.)
Top
Methods
  NameDescription
Protected methodClassVisibleToUser
Determines if the ObjectClass is visible to the current user session.
(Inherited from PlaceholderCommandHandler.)
Public methodExpand
Expands the placeholder level based on the given context.
(Inherited from SimpleObjectToTextPlaceholderBase.)
Public methodGetObjectText
Expands an object to a text value.
(Overrides SimpleObjectToTextPlaceholderBaseGetObjectText(ObjVerEx).)
Public methodGetResolvedStructureReferences
Provides all structure references that exist and were resolved in this placeholder level.
(Inherited from PlaceholderCommandHandler.)
Public methodInit
Initializes the handler for a specific placeholder level. Sets the level, and performs base validation and kicks off custom initialization.
(Inherited from PlaceholderCommandHandler.)
Protected methodInitialize
Performs custom initialization.
(Inherited from SimpleObjectToTextPlaceholderBase.)
Protected methodObjTypeVisibleToUser
Determines if the ObjType is visible to the current user session.
(Inherited from PlaceholderCommandHandler.)
Protected methodPropertyVisibleToUser
Determines if the PropertyDef is visible to the current user session.
(Inherited from PlaceholderCommandHandler.)
Protected methodValueListItemVisibleToUser
Determines if the ObjectClass is visible to the current user session.
(Inherited from PlaceholderCommandHandler.)
Top
See Also