CoreDesignSurfaceSerializationBehaviorMonikerResolver Class

 

Moniker resolver for serialization behavior CoreDesignSurfaceSerializationBehavior.

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::SimpleMonikerResolver
    Microsoft.VisualStudio.Modeling.Diagrams::CoreDesignSurfaceSerializationBehaviorMonikerResolver

public ref class CoreDesignSurfaceSerializationBehaviorMonikerResolver : SimpleMonikerResolver

NameDescription
System_CAPS_pubpropertyIsDeserializing

Returns whether the moniker is being currently used for deserialization(Inherited from SimpleMonikerResolver.)

System_CAPS_protpropertyIsDisposed

Gets the moniker resolver and verifies whether it has been disposed.(Inherited from SimpleMonikerResolver.)

System_CAPS_pubpropertySerializationContext

Obsolete.Gets or sets the serialization context.(Inherited from SimpleMonikerResolver.)

System_CAPS_protpropertyUnresolvedMonikerExceptionMessage

NameDescription
System_CAPS_pubmethodAddNewElement(ModelElement^)

Adds an element during a deserialization transaction.(Inherited from SimpleMonikerResolver.)

System_CAPS_protmethodAddToLookupTable(String^, ModelElement^)

Adds extra keys to the moniker lookup table that resolves monikers.(Inherited from SimpleMonikerResolver.)

System_CAPS_protmethodCalculateQualifiedName(ModelElement^)

Calculate the fully qualified monikerized string of the given ModelElement.(Overrides SimpleMonikerResolver::CalculateQualifiedName(ModelElement^).)

System_CAPS_protmethodCanBeMonikerized(DomainClassInfo^)

Tells if a DomainClass can be monikerized or not.(Overrides SimpleMonikerResolver::CanBeMonikerized(DomainClassInfo^).)

System_CAPS_pubmethodCreateMoniker(ModelElement^)

Not currently implemented.(Inherited from SimpleMonikerResolver.)

System_CAPS_pubmethodCreateMonikerForToken(Object^)

Not currently implemented.(Inherited from SimpleMonikerResolver.)

System_CAPS_protmethodDeserializationComplete()

Indicates serialization is complete or was aborted.(Inherited from SimpleMonikerResolver.)

System_CAPS_pubmethodDispose()

Releases all resources used by the SimpleMonikerResolver.(Inherited from SimpleMonikerResolver.)

System_CAPS_protmethodDispose(Boolean)

Disposes this moniker resolver.(Inherited from SimpleMonikerResolver.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

Finalizes the moniker resolver but does not dispose it.(Inherited from SimpleMonikerResolver.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnAmbiguousMoniker(SerializationContext^, String^, ModelElement^, ModelElement^)

Called when two new elements are giving the same moniker, which will cause ambiguity during moniker resolution.(Overrides SimpleMonikerResolver::OnAmbiguousMoniker(SerializationContext^, String^, ModelElement^, ModelElement^).)

System_CAPS_protmethodOnMonikerResolvedToDuplicateLink(SerializationResult^, Moniker^)

Called when resolving a moniker causes a duplicate link to be created.(Overrides SimpleMonikerResolver::OnMonikerResolvedToDuplicateLink(SerializationResult^, Moniker^).)

System_CAPS_protmethodOnStoreDisposing(Object^, EventArgs^)

Alerts listeners that the store is disposing.(Inherited from SimpleMonikerResolver.)

System_CAPS_protmethodOnTopLevelTransactionBeginning(Transaction^)

Verifies whether there is a new top-level transaction.(Inherited from SimpleMonikerResolver.)

System_CAPS_protmethodOnTransactionRollback(Object^, TransactionRollbackEventArgs^)

Alerts listeners that the transaction has been rolled back.(Inherited from SimpleMonikerResolver.)

System_CAPS_protmethodOnUnresolvedMoniker(SerializationResult^, Moniker^)

Called at the end of synchronization when they're unresolved monikers.(Overrides SimpleMonikerResolver::OnUnresolvedMoniker(SerializationResult^, Moniker^).)

System_CAPS_pubmethodProcessAddedElement(ModelElement^)

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.)

System_CAPS_pubmethodReset()

Re-initialises the moniker resolver to its starting state(Inherited from SimpleMonikerResolver.)

System_CAPS_pubmethodResolveMoniker(Moniker^)

Resolves a moniker to one element.(Inherited from SimpleMonikerResolver.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: