Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Utility class to provide serialization messages
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelSerializationBehaviorSerializationMessages
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
Public NotInheritable Class DslDefinitionModelSerializationBehaviorSerializationMessages
public static class DslDefinitionModelSerializationBehaviorSerializationMessages
public ref class DslDefinitionModelSerializationBehaviorSerializationMessages abstract sealed
[<AbstractClass>]
[<Sealed>]
type DslDefinitionModelSerializationBehaviorSerializationMessages = class end
public final class DslDefinitionModelSerializationBehaviorSerializationMessages
The DslDefinitionModelSerializationBehaviorSerializationMessages type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() |
ResourceManager | ResourceManager to get serialization messages from. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
AmbiguousMoniker | Add an error for ambiguous moniker. |
![]() ![]() |
AmbiguousSchema | Add a warning for ambiguous schemas. |
![]() ![]() |
CannotMonikerizeElement | Add an error for not able to monikerize an instance of the given DomainClass. |
![]() ![]() |
DanglingRelationship | Add an error for dangling relationship instance. |
![]() ![]() |
ExpectingFullFormRelationship | Add a warning when a full-form relationship seems to be serialized in short-form. |
![]() ![]() |
ExpectingShortFormRelationship | Add a warning when a short-form relationship seems to be serialized in full-form. |
![]() ![]() |
IgnoredPropertyValue | Add a warning for invalid property value with the given type, which will be ignored. |
![]() ![]() |
InvalidPropertyValue | Add an error for invalid property value with given type. |
![]() ![]() |
MajorVersionMismatch | Add an error for MajorVersion mismatch. |
![]() ![]() |
MinorVersionMismatch | Add a warning for MinorVersion mismatch. |
![]() ![]() |
MissingId | Add a warning for missing "Id" property. |
![]() ![]() |
MissingMoniker | Add an error for missing moniker. |
![]() ![]() |
MonikerResolvedToDuplicateLink | Add an warning for moniker resolved to duplicate link. The moniker will be ignored. |
![]() ![]() |
NoSchema | Add a warning for no schema found for the given target namespace, schema validation will be skipped in this case. |
![]() ![]() |
SchemaValidationError | Add a warning for schema validation error. |
![]() ![]() |
UnexpectedXmlElement | Add an warning for unexpected XML element. |
![]() ![]() |
UnresolvedMoniker | Add an error for unresolved moniker. |
![]() ![]() |
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.