CoreDesignSurfaceSerializationBehaviorSerializationMessages Class

Utility class to provide serialization messages

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceSerializationBehaviorSerializationMessages

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public NotInheritable Class CoreDesignSurfaceSerializationBehaviorSerializationMessages
public static class CoreDesignSurfaceSerializationBehaviorSerializationMessages
public ref class CoreDesignSurfaceSerializationBehaviorSerializationMessages abstract sealed
[<AbstractClass>]
[<Sealed>]
type CoreDesignSurfaceSerializationBehaviorSerializationMessages =  class end
public final class CoreDesignSurfaceSerializationBehaviorSerializationMessages

The CoreDesignSurfaceSerializationBehaviorSerializationMessages type exposes the following members.

Properties

  Name Description
Public propertyStatic member ResourceManager ResourceManager to get serialization messages from.

Top

Methods

  Name Description
Public methodStatic member AmbiguousMoniker Add an error for ambiguous moniker.
Public methodStatic member AmbiguousSchema Add a warning for ambiguous schemas.
Public methodStatic member CannotMonikerizeElement Add an error for not able to monikerize an instance of the given DomainClass.
Public methodStatic member DanglingRelationship Add an error for dangling relationship instance.
Public methodStatic member ExpectingFullFormRelationship Add a warning when a full-form relationship seems to be serialized in short-form.
Public methodStatic member ExpectingShortFormRelationship Add a warning when a short-form relationship seems to be serialized in full-form.
Public methodStatic member IgnoredPropertyValue Add a warning for invalid property value with the given type, which will be ignored.
Public methodStatic member InvalidPropertyValue Add an error for invalid property value with given type.
Public methodStatic member MissingId Add a warning for missing "Id" property.
Public methodStatic member MissingMoniker Add an error for missing moniker.
Public methodStatic member MonikerResolvedToDuplicateLink Add an warning for moniker resolved to duplicate link. The moniker will be ignored.
Public methodStatic member NoSchema Add a warning for no schema found for the given target namespace, schema validation will be skipped in this case.
Public methodStatic member SchemaValidationError Add a warning for schema validation error.
Public methodStatic member UnexpectedXmlElement Add an warning for unexpected XML element.
Public methodStatic member UnresolvedMoniker Add an error for unresolved moniker.
Public methodStatic member VersionMismatch Add an error for Version mismatch.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace