Facades Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Layer facades class for creating facade object for layer elements
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.Internal.Facades
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.Internal
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
'Declaration
Public NotInheritable Class Facades
public static class Facades
public ref class Facades abstract sealed
[<AbstractClass>]
[<Sealed>]
type Facades = class end
public final class Facades
Methods
Name | Description | |
---|---|---|
![]() ![]() |
GetElement(ILayerArtifactReference) | For the given ILayerArtifactReference facade object, returns the underneath ReferenceItem object |
![]() ![]() |
GetElement<TElement>(Object) | For the given facade object, method to return the underneatch layer element. |
![]() ![]() |
GetFacade(ReferenceItem) | For the given reference, returns the ILayerArtifactReference facade object. |
![]() ![]() |
GetFacade<TFacade>(ModelElement) | For the given layer element, this method returns the requested facade object to represent the passed in layer element |
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.ArchitectureTools.Extensibility.Layer.Internal Namespace