ElementLink 클래스
모든 도메인 관계에 대한 기본 클래스입니다.
상속 계층 구조
System.Object
Microsoft.VisualStudio.Modeling.ModelElement
Microsoft.VisualStudio.Modeling.ElementLink
자세히...
네임스페이스: Microsoft.VisualStudio.Modeling
어셈블리: Microsoft.VisualStudio.Modeling.Sdk.12.0(Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
구문
‘선언
<SerializableAttribute> _
<DomainRelationshipAttribute(AllowsDuplicates := True)> _
<DomainObjectIdAttribute("706debaa-dd2d-4293-99af-695aadd36c9a")> _
Public MustInherit Class ElementLink _
Inherits ModelElement
[SerializableAttribute]
[DomainRelationshipAttribute(AllowsDuplicates = true)]
[DomainObjectIdAttribute("706debaa-dd2d-4293-99af-695aadd36c9a")]
public abstract class ElementLink : ModelElement
ElementLink 형식에서는 다음과 같은 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
ElementLink | ElementLink 클래스의 새 인스턴스를 만듭니다. |
위쪽
속성
이름 | 설명 | |
---|---|---|
Id | 요소의 ID를 가져옵니다. (ModelElement에서 상속됨) | |
IsActive | IsActive 플래그를 가져오고 요소가 활성 상태인지 여부를 확인합니다. (ModelElement에서 상속됨) | |
IsDeleted | IsDeleted 플래그를 가져오고 요소가 모델에서 삭제되었는지 여부를 확인합니다. (ModelElement에서 상속됨) | |
IsDeleting | IsDeleting 플래그를 가져오고 요소가 현재 모델에서 삭제되고 있는지 여부를 확인합니다. (ModelElement에서 상속됨) | |
LinkedElements | 이 요소 링크로 연결되는 요소의 읽기 전용 컬렉션을 가져옵니다. | |
Partition | 요소가 들어 있는 Partition을 가져오거나 설정합니다. (ModelElement에서 상속됨) | |
Store | 요소가 포함된 Store를 가져옵니다. (ModelElement에서 상속됨) |
위쪽
메서드
이름 | 설명 | |
---|---|---|
CanMerge | 원본 요소를 이 요소에 추가할 수 있는지 여부를 확인합니다. (ModelElement에서 상속됨) | |
ChooseMergeTarget(ElementGroup) | 사용자가 복사, 끌기 또는 만들려는 하위 요소로 사용할 대상 요소를 선택합니다. (ModelElement에서 상속됨) | |
ChooseMergeTarget(ElementGroupPrototype) | 사용자가 복사, 끌기 또는 만들려는 하위 요소로 사용할 대상 요소를 선택합니다. (ModelElement에서 상속됨) | |
Copy() | 모델에 요소의 복사본을 만듭니다. (ModelElement에서 상속됨) | |
Copy(IEnumerable<Guid>) | 요소와 해당 요소의 자식 링크 및 자식 요소에 대한 복사본을 만듭니다. (ModelElement에서 상속됨) | |
Delete() | 모델에서 요소를 삭제합니다. (ModelElement에서 상속됨) | |
Delete(array<Guid[]) | 모델에서 요소를 삭제합니다. (ModelElement에서 상속됨) | |
Equals | 지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object에서 상속됨) | |
Finalize | 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨) | |
GetDomainClass | 이 요소에 대해 가장 많이 파생된 도메인 클래스를 가져옵니다. (ModelElement에서 상속됨) | |
GetDomainRelationship | 이 링크가 인스턴스화하는 도메인 관계를 가져옵니다. | |
GetHashCode | 기본 해시 함수로 작동합니다. (Object에서 상속됨) | |
GetRoleCollection<TCollection, TElement>(Guid) | 연결된 요소 컬렉션을 가져오거나 만듭니다. (ModelElement에서 상속됨) | |
GetType | 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) | |
MemberwiseClone | 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨) | |
MergeConfigure | 병합 프로세스가 모델 요소를 대상 요소와 관련시킨 직후 모델 요소가 자신을 구성할 수 있도록 합니다. (ModelElement에서 상속됨) | |
MergeDisconnect | 대상 요소에서 소스 요소의 연결을 끊습니다. (ModelElement에서 상속됨) | |
MergeRelate | 이 대상 요소와 지정된 소스 요소 사이의 관계를 만듭니다. (ModelElement에서 상속됨) | |
MoveBefore | 요소에 연결된 링크의 순서를 변경하여 이 링크를 다른 링크 앞으로 이동합니다. | |
MoveToIndex | 이 링크를 목록에서 지정된 인덱스 위치로 이동합니다. | |
OnCopy | 이 요소가 다른 요소의 복사본으로 만들어졌으면 호출됩니다. (ModelElement에서 상속됨) | |
OnDeleted | 이 요소가 모델에서 삭제되었으면 호출됩니다. (ModelElement에서 상속됨) | |
OnDeleting | 이 요소가 삭제되려고 하면 호출됩니다. (ModelElement에서 상속됨) | |
OnResurrected | 이 요소가 모델에 다시 추가되었으면 호출됩니다. (ModelElement에서 상속됨) | |
OnRolePlayerChanged | 역할 수행자가 변경되었을 때 호출됩니다. | |
OnRolePlayerChanging | 역할 수행자가 변경되면 호출됩니다. | |
OnRolePlayerPositionChanged | 역할의 위치가 바뀌면 호출됩니다. (ModelElement에서 상속됨) | |
OnRolePlayerPositionChanging | 역할 수행자 위치가 변경되려고 하면 호출됩니다. (ModelElement에서 상속됨) | |
ToString | 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨) |
위쪽
확장 메서드
이름 | 설명 | |
---|---|---|
AddExtension(Guid) | 오버로드되었습니다. 식별된 도메인 형식의 새로 인스턴스화된 확장을 사용하여 이 ModelElement를 확장합니다.요소에 이미 해당 형식의 확장이 있으면 InvalidOperationException이 throw됩니다. (ModelElementExtensionMethods에서 정의됨) | |
AddExtension(Type) | 오버로드되었습니다. 지정된 형식의 새로 인스턴스화된 확장을 사용하여 이 ModelElement를 확장합니다.요소에 이미 해당 형식의 확장이 있으면 InvalidOperationException이 throw됩니다. (ModelElementExtensionMethods에서 정의됨) | |
AddExtension(DomainClassInfo) | 오버로드되었습니다. 지정된 도메인 형식의 새로 인스턴스화된 확장을 사용하여 이 ModelElement를 확장합니다.요소에 이미 해당 형식의 확장이 있으면 InvalidOperationException이 throw됩니다. (ModelElementExtensionMethods에서 정의됨) | |
AddExtension(ExtensionElement) | 오버로드되었습니다. 특정 확장을 사용하여 이 ModelElement를 확장합니다.요소에 이미 같은 형식의 확장이 있으면 InvalidOperationException이 throw됩니다. (ModelElementExtensionMethods에서 정의됨) | |
AddExtension<T>() | 오버로드되었습니다. 특정 형식의 새로 인스턴스화된 확장을 사용하여 이 ModelElement를 확장합니다.요소에 이미 같은 형식의 확장이 있으면 InvalidOperationException이 throw됩니다. (ModelElementExtensionMethods에서 정의됨) | |
CanDelete | 모델에서 요소를 삭제합니다. (ImmutabilityExtensionMethods에서 정의됨) | |
GetAllExtensions | 이 ModelElement에 포함되어 있는 확장 요소 트리에서 너비 우선 탐색을 수행하는 열거형을 반환합니다. (ModelElementExtensionMethods에서 정의됨) | |
GetBaseElement | 지정된 ModelElement가 참여 중인 가상 MEL의 루트를 반환합니다. (ModelElementExtensionMethods에서 정의됨) | |
GetExtension(Guid) | 오버로드되었습니다. (ModelElementExtensionMethods에서 정의됨) | |
GetExtension(Type) | 오버로드되었습니다. 이 ModelElement의 사용 가능한 확장에서 지정된 형식의 ExtensionElement를 가져옵니다.요소에 이런 확장명이 없는 경우 Invalidoperationexception은 발생하지 않습니다. (ModelElementExtensionMethods에서 정의됨) | |
GetExtension(DomainClassInfo) | 오버로드되었습니다. (ModelElementExtensionMethods에서 정의됨) | |
GetExtension<T>() | 오버로드되었습니다. 이 ModelElement의 사용 가능한 확장에서 지정된 형식의 ExtensionElement를 가져옵니다.요소에 이런 확장명이 없는 경우 Invalidoperationexception은 발생하지 않습니다. (ModelElementExtensionMethods에서 정의됨) | |
GetLocks | 이 요소의 잠금 플래그를 가져옵니다.여기에는 요소를 포함하는 파티션에서 사용하도록 설정되어 있는 모든 잠금이 포함됩니다. (ImmutabilityExtensionMethods에서 정의됨) | |
IsExtendedBy(Guid) | 오버로드되었습니다. 이 ModelElement가 현재 특정 형식의 ExtensionElement에 의해 확장되는지 여부를 쿼리합니다. (ModelElementExtensionMethods에서 정의됨) | |
IsExtendedBy(Type) | 오버로드되었습니다. 이 ModelElement가 현재 특정 형식의 ExtensionElement에 의해 확장되는지 여부를 쿼리합니다. (ModelElementExtensionMethods에서 정의됨) | |
IsExtendedBy(DomainClassInfo) | 오버로드되었습니다. 이 ModelElement가 현재 특정 형식의 ExtensionElement에 의해 확장되는지 여부를 쿼리합니다. (ModelElementExtensionMethods에서 정의됨) | |
IsLocked | 이 요소에 지정된 잠금 집합이 있는지 여부를 테스트합니다. (ImmutabilityExtensionMethods에서 정의됨) | |
RemoveExtension(Type) | 오버로드되었습니다. 특정 형식인 이 ModelElement의 확장명을 제거합니다. (ModelElementExtensionMethods에서 정의됨) | |
RemoveExtension(Guid) | 오버로드되었습니다. 특정 형식의 지정된 ModelElement의 확장명을 제거합니다. (ModelElementExtensionMethods에서 정의됨) | |
RemoveExtension(DomainClassInfo) | 오버로드되었습니다. 특정 형식의 지정된 ModelElement의 확장명을 제거합니다. (ModelElementExtensionMethods에서 정의됨) | |
RemoveExtension(ExtensionElement) | 오버로드되었습니다. 이 ModelElement의 확장명에서 지정된 ExtensionElement를 제거합니다. (ModelElementExtensionMethods에서 정의됨) | |
SetLocks | 이 요소의 잠금 플래그를 설정합니다. (ImmutabilityExtensionMethods에서 정의됨) | |
TryGetExtension(Guid) | 오버로드되었습니다. (ModelElementExtensionMethods에서 정의됨) | |
TryGetExtension(Type) | 오버로드되었습니다. (ModelElementExtensionMethods에서 정의됨) | |
TryGetExtension(DomainClassInfo) | 오버로드되었습니다. (ModelElementExtensionMethods에서 정의됨) | |
TryGetExtension<T>() | 오버로드되었습니다. 이 ModelElement의 사용 가능한 확장에서 지정된 형식의 ExtensionElement를 가져옵니다.이 요소에 이런 확장명이 없는 경우 결과는 null입니다. (ModelElementExtensionMethods에서 정의됨) |
위쪽
필드
이름 | 설명 | |
---|---|---|
DomainClassId | ElementLink에 대한 도메인 클래스 ID입니다. |
위쪽
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IMergeElements.CanMerge | 이 요소를 프로토타입의 콘텐츠와 함께 병합할 수 있는 경우 true를 반환합니다. (ModelElement에서 상속됨) | |
IMergeElements.ChooseMergeTarget(ElementGroup) | (ModelElement에서 상속됨) | |
IMergeElements.ChooseMergeTarget(ElementGroupPrototype) | (ModelElement에서 상속됨) | |
IMergeElements.MergeConfigure | (ModelElement에서 상속됨) | |
IMergeElements.MergeDisconnect | (ModelElement에서 상속됨) | |
IMergeElements.MergeRelate | (ModelElement에서 상속됨) |
위쪽
설명
DSL 정의에 두 모델 요소 간의 도메인 관계를 정의할 때 생성 되는 클래스는 ElementLink에서 파생 됩니다. 많은 관계 DSL 런타임 및 디자이너 ElementLinks 수도 있습니다.
ElementLinks는 모델 요소를 수 따라서 속성 및 링크를 통해 연결 됩니다.
자세한 내용은 프로그램 코드에서 모델 탐색 및 업데이트을 참조하십시오.
예제
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.
참고 항목
참조
Microsoft.VisualStudio.Modeling 네임스페이스
상속 계층 구조
System.Object
Microsoft.VisualStudio.Modeling.ModelElement
Microsoft.VisualStudio.Modeling.ElementLink
Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode
Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes
Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes
Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject
Microsoft.VisualStudio.Modeling.DslDefinition.AttributedDomainElementHasAttributes
Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters
Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape
Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass
Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasElementMergeDirectives
Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasProperties
Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective
Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath
Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasPropertyDisplayedPath
Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapsReferToCompartment
Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps
Microsoft.VisualStudio.Modeling.DslDefinition.ConnectionBuilderHasLinkConnectDirectives
Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapReferencesConnector
Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapReferencesRelationship
Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorToolReferencesConnectionBuilder
Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor
Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasPropertyDisplayedPath
Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasVisibilityPropertyPath
Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapReferencesDecorator
Microsoft.VisualStudio.Modeling.DslDefinition.DesignerHasDiagram
Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementHasDecorators
Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps
Microsoft.VisualStudio.Modeling.DslDefinition.DiagramHasConnectorMaps
Microsoft.VisualStudio.Modeling.DslDefinition.DiagramHasShapeMaps
Microsoft.VisualStudio.Modeling.DslDefinition.DiagramRepresentsClass
Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassHasCustomTypeDescriptor
Microsoft.VisualStudio.Modeling.DslDefinition.DomainPropertyHasElementNameProvider
Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes
Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleImplementedByCollectionType
Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesEditor
Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorer
Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior
Microsoft.VisualStudio.Modeling.DslDefinition.DslEditorIdentifiesRootClass
Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasConnectionBuilders
Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasDslLibraryImports
Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasReferenceTypes
Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasTypes
Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasXmlSerializationBehavior
Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasToolboxTabs
Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasValidation
Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasXmlSerializationDefinition
Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath
Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasLinkCreationPaths
Microsoft.VisualStudio.Modeling.DslDefinition.EnumerationHasAttributes
Microsoft.VisualStudio.Modeling.DslDefinition.EnumerationHasLiterals
Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorHasNodeSettings
Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes
Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsHasPropertyDisplayedPath
Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsReferencesClass
Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerReferencesBehavior
Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveHasSourceDirectives
Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveHasTargetDirectives
Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveReferencesDomainRelationship
Microsoft.VisualStudio.Modeling.DslDefinition.ObjectToolReferencesClass
Microsoft.VisualStudio.Modeling.DslDefinition.PathHasSegments
Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole
Microsoft.VisualStudio.Modeling.DslDefinition.PropertyHasType
Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath
Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty
Microsoft.VisualStudio.Modeling.DslDefinition.RelationshipHasRoles
Microsoft.VisualStudio.Modeling.DslDefinition.RoleHasRolePlayer
Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveAcceptsClass
Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveHasPathToRolePlayer
Microsoft.VisualStudio.Modeling.DslDefinition.ShapeHasCompartments
Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath
Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesClass
Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools
Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPathHasPropertyFilters
Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass
Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataHasXmlElementData
Microsoft.VisualStudio.Modeling.DslDefinition.XmlElementAppliesToDomainProperty
Microsoft.VisualStudio.Modeling.DslDefinition.XmlRelationshipDataAppliesToDomainRelationship
Microsoft.VisualStudio.Modeling.DslDefinition.XmlSerializationBehaviorHasXmlClassData
Microsoft.VisualStudio.Modeling.DslDefinition.XmlSerializationDefinitionReferencesBehavior
Microsoft.VisualStudio.Modeling.ExtensionExtendsElement