CoreDesignSurfaceSerializationBehaviorSerializationMessages Class

 

Utility class to provide serialization messages

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

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::CoreDesignSurfaceSerializationBehaviorSerializationMessages

public ref class CoreDesignSurfaceSerializationBehaviorSerializationMessages abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticResourceManager

ResourceManager to get serialization messages from.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAmbiguousMoniker(SerializationContext^, String^, ModelElement^, ModelElement^)

Add an error for ambiguous moniker.

System_CAPS_pubmethodSystem_CAPS_staticAmbiguousSchema(SerializationContext^, XmlReader^, String^, String^)

Add a warning for ambiguous schemas.

System_CAPS_pubmethodSystem_CAPS_staticCannotMonikerizeElement(SerializationContext^, String^)

Add an error for not able to monikerize an instance of the given DomainClass.

System_CAPS_pubmethodSystem_CAPS_staticDanglingRelationship(SerializationContext^, XmlReader^, String^)

Add an error for dangling relationship instance.

System_CAPS_pubmethodSystem_CAPS_staticExpectingFullFormRelationship(SerializationContext^, XmlReader^, Type^)

Add a warning when a full-form relationship seems to be serialized in short-form.

System_CAPS_pubmethodSystem_CAPS_staticExpectingShortFormRelationship(SerializationContext^, XmlReader^, Type^)

Add a warning when a short-form relationship seems to be serialized in full-form.

System_CAPS_pubmethodSystem_CAPS_staticIgnoredPropertyValue(SerializationContext^, XmlReader^, String^, Type^, String^)

Add a warning for invalid property value with the given type, which will be ignored.

System_CAPS_pubmethodSystem_CAPS_staticInvalidPropertyValue(SerializationContext^, XmlReader^, String^, Type^, String^)

Add an error for invalid property value with given type.

System_CAPS_pubmethodSystem_CAPS_staticMissingId(SerializationContext^, XmlReader^, Guid)

Add a warning for missing "Id" property.

System_CAPS_pubmethodSystem_CAPS_staticMissingMoniker(SerializationContext^, XmlReader^, String^)

Add an error for missing moniker.

System_CAPS_pubmethodSystem_CAPS_staticMonikerResolvedToDuplicateLink(SerializationResult^, Moniker^)

Add an warning for moniker resolved to duplicate link. The moniker will be ignored.

System_CAPS_pubmethodSystem_CAPS_staticNoSchema(SerializationContext^, XmlReader^, String^)

Add a warning for no schema found for the given target namespace, schema validation will be skipped in this case.

System_CAPS_pubmethodSystem_CAPS_staticSchemaValidationError(SerializationContext^, XmlReader^, String^)

Add a warning for schema validation error.

System_CAPS_pubmethodSystem_CAPS_staticUnexpectedXmlElement(SerializationContext^, XmlReader^)

Add an warning for unexpected XML element.

System_CAPS_pubmethodSystem_CAPS_staticUnresolvedMoniker(SerializationResult^, Moniker^)

Add an error for unresolved moniker.

System_CAPS_pubmethodSystem_CAPS_staticVersionMismatch(SerializationContext^, XmlReader^, Version^, Version^)

Add an error for Version mismatch.

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

Return to top
Show: