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.
Moniker resolver for serialization behavior CoreDesignSurfaceSerializationBehavior.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.SimpleMonikerResolver
Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceSerializationBehaviorMonikerResolver
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Class CoreDesignSurfaceSerializationBehaviorMonikerResolver _
Inherits SimpleMonikerResolver
public class CoreDesignSurfaceSerializationBehaviorMonikerResolver : SimpleMonikerResolver
public ref class CoreDesignSurfaceSerializationBehaviorMonikerResolver : public SimpleMonikerResolver
type CoreDesignSurfaceSerializationBehaviorMonikerResolver =
class
inherit SimpleMonikerResolver
end
public class CoreDesignSurfaceSerializationBehaviorMonikerResolver extends SimpleMonikerResolver
The CoreDesignSurfaceSerializationBehaviorMonikerResolver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CoreDesignSurfaceSerializationBehaviorMonikerResolver | Constructor. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
IsDeserializing | Returns whether the moniker is being currently used for deserialization (Inherited from SimpleMonikerResolver.) |
![]() |
IsDisposed | Gets the moniker resolver and verifies whether it has been disposed. (Inherited from SimpleMonikerResolver.) |
![]() |
SerializationContext | Obsolete. Gets or sets the serialization context. (Inherited from SimpleMonikerResolver.) |
![]() |
UnresolvedMonikerExceptionMessage | (Overrides SimpleMonikerResolver.UnresolvedMonikerExceptionMessage.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddNewElement | Adds an element during a deserialization transaction. (Inherited from SimpleMonikerResolver.) |
![]() |
AddToLookupTable | Adds extra keys to the moniker lookup table that resolves monikers. (Inherited from SimpleMonikerResolver.) |
![]() |
CalculateQualifiedName | Calculate the fully qualified monikerized string of the given ModelElement. (Overrides SimpleMonikerResolver.CalculateQualifiedName(ModelElement).) |
![]() |
CanBeMonikerized | Tells if a DomainClass can be monikerized or not. (Overrides SimpleMonikerResolver.CanBeMonikerized(DomainClassInfo).) |
![]() |
CreateMoniker | Not currently implemented. (Inherited from SimpleMonikerResolver.) |
![]() |
CreateMonikerForToken | Not currently implemented. (Inherited from SimpleMonikerResolver.) |
![]() |
DeserializationComplete | Indicates serialization is complete or was aborted. (Inherited from SimpleMonikerResolver.) |
![]() |
Dispose() | Releases all resources used by the SimpleMonikerResolver. (Inherited from SimpleMonikerResolver.) |
![]() |
Dispose(Boolean) | Disposes this moniker resolver. (Inherited from SimpleMonikerResolver.) |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Finalizes the moniker resolver but does not dispose it. (Inherited from SimpleMonikerResolver.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnAmbiguousMoniker | Called when two new elements are giving the same moniker, which will cause ambiguity during moniker resolution. (Overrides SimpleMonikerResolver.OnAmbiguousMoniker(SerializationContext, String, ModelElement, ModelElement).) |
![]() |
OnMonikerResolvedToDuplicateLink | Called when resolving a moniker causes a duplicate link to be created. (Overrides SimpleMonikerResolver.OnMonikerResolvedToDuplicateLink(SerializationResult, Moniker).) |
![]() |
OnStoreDisposing | Alerts listeners that the store is disposing. (Inherited from SimpleMonikerResolver.) |
![]() |
OnTopLevelTransactionBeginning | Verifies whether there is a new top-level transaction. (Inherited from SimpleMonikerResolver.) |
![]() |
OnTransactionRollback | Alerts listeners that the transaction has been rolled back. (Inherited from SimpleMonikerResolver.) |
![]() |
OnUnresolvedMoniker | Called at the end of synchronization when they're unresolved monikers. (Overrides SimpleMonikerResolver.OnUnresolvedMoniker(SerializationResult, Moniker).) |
![]() |
ProcessAddedElement | Checks to verify whether an element that was created during deserialization has been processed and its moniker added to the lookup table. (Inherited from SimpleMonikerResolver.) |
![]() |
Reset | Re-initialises the moniker resolver to its starting state (Inherited from SimpleMonikerResolver.) |
![]() |
ResolveMoniker | Resolves a moniker to one element. (Inherited from SimpleMonikerResolver.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.