C# Класс EAAddinFramework.SchemaBuilder.EASchemaProperty

Description of EASchemaProperty.
Наследование: EASchemaPropertyWrapper, SchemaBuilderFramework.SchemaProperty
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EASchemaProperty ( TSF.UmlToolingFramework.Wrappers.EA model, EASchemaElement owner, EA objectToWrap ) : System

constructor. Nothing specific, just calling base constructor

addAttributeTypeDependency ( ) : void

adds a dependency from the attributes owner to the type of the attributes

createSubsetProperty ( ) : void

Checks if the attribute type is present as the source element of one of the schema elements If it finds a match the type is set to the subset elemnt of this schema element

Описание методов

EASchemaProperty() публичный Метод

constructor. Nothing specific, just calling base constructor
public EASchemaProperty ( TSF.UmlToolingFramework.Wrappers.EA model, EASchemaElement owner, EA objectToWrap ) : System
model TSF.UmlToolingFramework.Wrappers.EA the model
owner EASchemaElement the owner Schema Element
objectToWrap EA the EA.SchemaProperty object to wrap
Результат System

addAttributeTypeDependency() публичный Метод

adds a dependency from the attributes owner to the type of the attributes
public addAttributeTypeDependency ( ) : void
Результат void

createSubsetProperty() публичный Метод

Checks if the attribute type is present as the source element of one of the schema elements If it finds a match the type is set to the subset elemnt of this schema element
public createSubsetProperty ( ) : void
Результат void