UnresolvedObjTypeIssue Class

Occurs when a level command's parameter references an unresolved object type.

Definition

Namespace: MFiles.VAF.Placeholders.Issues
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class UnresolvedObjTypeIssue : PlaceholderTemplateIssue
Inheritance
Object    PlaceholderTemplateIssue    UnresolvedObjTypeIssue

Constructors

UnresolvedObjTypeIssue Constructor.

Properties

Message A description of the issue.
(Inherited from PlaceholderTemplateIssue)
Source The placeholder template node where the issue is.
(Inherited from PlaceholderTemplateIssue)
Type The type of issue this is.
(Inherited from PlaceholderTemplateIssue)

See Also