Skip to content
Next Design エクステンション開発マニュアル
Path
検索キーワードを入力してください
Next Design エクステンション開発マニュアル
Next Design エクステンション開発マニュアル
1. エクステンションの概要
1. エクステンションの概要
概要
エクステンションとは
拡張ポイント
スクリプトとDLL
ライフサイクル
2. 開発ガイド
2. 開発ガイド
概要
スクリプトによる開発
スクリプトによる開発
開発の流れ
ファイルの準備
拡張ポイントの定義
スクリプトによるハンドラの実装
スクリプトの実行とデバッグ
スクリプトエディタでの実行
エクステンションの配布
DLLによる開発
DLLによる開発
開発の流れ
Visual Studio プロジェクトの作成
拡張ポイントの定義
DLLによるハンドラの実装
DLLの実行とデバッグ
エクステンションの配布
共通
共通
拡張ポイントの定義
多言語対応
エクステンションの配布
3. マニフェストガイド
3. マニフェストガイド
概要
マニフェストの構造
エクステンション定義
拡張ポイント定義
拡張ポイント定義
概要
リボン
コマンド
イベント
定義済みID
4. エクステンションAPIガイド
4. エクステンションAPIガイド
概要
グローバル
グローバル
概要
グローバルオブジェクト
コマンド
コマンド
概要
システムコマンド
イベント
イベント
概要
イベントエリア
イベントエリア
application
application
概要
onAfterStart
onBeforeQuit
project
project
概要
onAfterNew
onBeforeOpen
onAfterOpen
onBeforeSave
onAfterSave
onBeforeClose
onAfterClose
onBeforeReload
onAfterReload
models
models
概要
onBeforeNew
onAfterNew
onFieldChanged
onBeforeDelete
onBeforeChangeOwner
onAfterChangeOwner
onBeforeChangeOrder
onAfterChangeOrder
onBeforeNewRelation
onAfterNewRelation
onValidate
onError
onModelEdited
onUndoRedo
commands
commands
概要
onBeforeExecute
onAfterExecute
editors
editors
概要
onShow
onHide
onSelectionChanged
pages
pages
概要
onBeforeChange
onAfterChange
navigators
navigators
概要
onShow
onHide
onSelectionChanged
informations
informations
概要
onShow
onHide
onSelectionChanged
onDoubleClick
ワークスペース・プロジェクト
ワークスペース・プロジェクト
概要
プロファイル
プロファイル
概要
モデル
モデル
概要
インタラクションモデル
インタラクションモデル
概要
エディタ
エディタ
概要
シーケンスエディタ
シーケンスエディタ
概要
ユーザインタフェース
ユーザインタフェース
概要
ユーティリティ
ユーティリティ
概要
検索・エラー・出力
検索・エラー・出力
概要
モデル差分・比較
モデル差分・比較
概要
プロダクトライン
プロダクトライン
概要
チーム開発
チーム開発
概要
トレース
トレース
概要
5. チュートリアル
5. チュートリアル
概要
Hello-world
モデルの一括検証
モデル編集時の逐次検証
6. ダウンロード
6. ダウンロード
概要
JSONスキーマ定義
VS開発テンプレート
7. API一覧
7. API一覧
概要
AfterExecuteEventParams
AfterExecuteEventParams
概要
プロパティ
プロパティ
Command
Parameters
AfterStartEventParams
AfterStartEventParams
概要
BeforeExecuteEventParams
BeforeExecuteEventParams
概要
プロパティ
プロパティ
Command
Parameters
BeforeQuitEventParams
BeforeQuitEventParams
概要
CancelableEventParams
CancelableEventParams
概要
プロパティ
プロパティ
Canceled
メソッド
メソッド
Cancel
ConsumableEventParams
ConsumableEventParams
概要
プロパティ
プロパティ
IsConsume
メソッド
メソッド
Consume
EditorOnDoubleClickEventParams
EditorOnDoubleClickEventParams
概要
プロパティ
プロパティ
Editor
EditorOnHideEventParams
EditorOnHideEventParams
概要
プロパティ
プロパティ
Editor
EditorOnShowEventParams
EditorOnShowEventParams
概要
プロパティ
プロパティ
Editor
EditorSelectionChangedEventParams
EditorSelectionChangedEventParams
概要
プロパティ
プロパティ
Editor
SelectedItem
EventParams
EventParams
概要
メソッド
メソッド
GetDefaultEventName
IApplication
IApplication
概要
プロパティ
プロパティ
Commands
Diff
EditionId
EditionShortName
Env
Errors
Extensions
FileUtil
Output
Search
Util
Version
Window
Workspace
メソッド
メソッド
CreateCommandParams
CreateScriptParams
CreateSearch
ExecuteCommand
ExecuteScript
ExecuteScriptCode
GetFeatureValue
IsFeatureEnabled
Quit
Restart
ThrowUserException
IClass
IClass
概要
プロパティ
プロパティ
DeclaredFields
Fields
FullName
IsAbstract
Owner
SuperClasses
メソッド
メソッド
AddSuperClass
AddSuperClasses
As
GetAllSubClasses
GetAllSuperClasses
GetConstraintByName
GetConstraints
GetConstraintsByField
GetConstraintsByTarget
GetEmbeddedFieldsOf
GetField
GetFields
GetFieldsByTag
GetFieldsByType
GetFieldsOf
GetReferenceFieldsOf
GetSubClasses
Is
IsClassOf
IsSuperClass
ICommand
ICommand
概要
プロパティ
プロパティ
CanExecFunc
Description
ExecFunc
Id
Owner
Title
ICommandContext
ICommandContext
概要
プロパティ
プロパティ
Command
Global
SenderModel
ICommandDispatcher
ICommandDispatcher
概要
メソッド
メソッド
DispatchCanExecuteCommand
DispatchCommand
ICommandManager
ICommandManager
概要
プロパティ
プロパティ
AllCommands
メソッド
メソッド
CanExecuteCommand
CreateCommandParams
ExecuteCommand
GetCommand
ICommandParams
ICommandParams
概要
プロパティ
プロパティ
Item[int]
Item[string]
メソッド
メソッド
AddParam
AddParamWithName
GetByIndex
GetByName
ToArray
ToCollection
ICommonUI
ICommonUI
概要
メソッド
メソッド
MessageBox
SelectRevision
ShowConfirmDialog
ShowInformationDialog
ShowMessageBox
ShowOpenFileDialog
ShowRevisions
ShowSaveFileDialog
ShowSelectFolderDialog
IConfigurationEditor
IConfigurationEditor
概要
IConfigurationModel
IConfigurationModel
概要
プロパティ
プロパティ
AllProducts
メソッド
メソッド
AddNewProduct
DuplicateProduct
GetProduct
RemoveProduct
IConnector
IConnector
概要
プロパティ
プロパティ
EndPoint
StartPoint
IConnectorShapeStyleOverride
IConnectorShapeStyleOverride
概要
プロパティ
プロパティ
EndPointFigure
StartPointFigure
IConstraint
IConstraint
概要
プロパティ
プロパティ
Condition
ConstrainedElements
Key
Scope
メソッド
メソッド
IsSatisfiedWith
IContext
IContext
概要
プロパティ
プロパティ
App
Application
ContextOption
ExtensionInfo
メソッド
メソッド
GetProperty
GetResourceString
GetResourceString1
GetResourceString2
GetResourceString3
HasProperty
RemoveProperty
SetProperty
IContextOption
IContextOption
概要
プロパティ
プロパティ
EditorAccessMode
PlModelAccessMode
SpecifiedProduct
IDestruction
IDestruction
概要
プロパティ
プロパティ
DestroyMessage
Lifeline
IDestructionShape
IDestructionShape
概要
プロパティ
プロパティ
Lifeline
IDiagram
IDiagram
概要
プロパティ
プロパティ
Connectors
Nodes
Shapes
メソッド
メソッド
GetChildNodes
GetConnectorByNode
GetSelectedShapes
GetShapeById
GetShapesByModel
Relocate()
Relocate(IEnumerable<INode>)
Reroute(bool)
Reroute(bool,IEnumerable<IConnector>)
IDiff
IDiff
概要
メソッド
メソッド
ComputeModels
GetComparison
IDifference
IDifference
概要
プロパティ
プロパティ
Field
IsMoveItem
IsNewItem
IsOldItem
IsUpdateItem
NewOrder
NewParent
NewValue
OldOrder
OldParent
OldValue
IEditor
IEditor
概要
プロパティ
プロパティ
EditorDefinition
EditorType
メソッド
メソッド
GetSelectedElements
IEditorDef
IEditorDef
概要
プロパティ
プロパティ
Elements
Type
メソッド
メソッド
GetElementsByTag
IEditorElement
IEditorElement
概要
プロパティ
プロパティ
Editor
ElementDefinition
ElementOwnerRelationship
IsSelected
Path
メソッド
メソッド
GetValue
SetSelected
IEditorEventParams
IEditorEventParams
概要
プロパティ
プロパティ
TargetEditorName
IEditorPage
IEditorPage
概要
プロパティ
プロパティ
ActiveInfoWindow
ActiveNavigator
ActivePalette
CurrentEditorView
CurrentInfoView
CurrentModel
CurrentNavigator
CurrentOutputCategory
IsDiffViewVisible
IsErrorCardVisible
IsFeatureMarkVisible
IsIndicatorVisible
IsInformationPaneVisible
IsInspectorPaneVisible
IsNavigatorPaneVisible
IsSubEditorVisible
IsTraceLineVisible
MainEditorView
SubEditorMode
SubEditorView
メソッド
メソッド
SetSubEditorMode(string,IModel)
SetSubEditorMode(SubEditorMode,IModel)
IEditorView
IEditorView
概要
プロパティ
プロパティ
DiffEditor
Editor
HasDiffEditor
SelectedModels
ViewDefinitions
メソッド
メソッド
SelectViewDefinition
IEditPermissionResult
IEditPermissionResult
概要
プロパティ
プロパティ
EditableUnits
FailUnits
Operation
SuccessUnits
UneditableUnits
IElementDef
IElementDef
概要
プロパティ
プロパティ
BackColor
BorderColor
ForeColor
Path
Type
IEnum
IEnum
概要
プロパティ
プロパティ
FullName
Literals
Owner
メソッド
メソッド
GetLiteralsByTag
Is
NameOf
ValueOf
IEnumLiteral
IEnumLiteral
概要
プロパティ
プロパティ
Value
IEnv
IEnv
概要
プロパティ
プロパティ
AppName
Language
Locale
MachineId
Path
Path
目次
説明
型
ProcessId
Version
IError
IError
概要
IErrors
IErrors
概要
プロパティ
プロパティ
AllErrors
Errors
Informations
Summaries
Warnings
メソッド
メソッド
ClearErrors
ClearErrorsAt
FindErrorByCategory
FindErrorOfModelByCategory
IEvent
IEvent
概要
プロパティ
プロパティ
Area
EventName
FuncName
IEventContext
IEventContext
概要
プロパティ
プロパティ
Event
Global
IEventDispatcher
IEventDispatcher
概要
メソッド
メソッド
DispatchEvent
IEventParams
IEventParams
概要
IExecuteEventParams
IExecuteEventParams
概要
プロパティ
プロパティ
TargetCommandName
IExecutionSpecification
IExecutionSpecification
概要
プロパティ
プロパティ
ActivateMessage
IsDestruction
IsInitialization
Lifeline
ReplyMessage
IExecutionSpecificationShape
IExecutionSpecificationShape
概要
プロパティ
プロパティ
Activator
Lifeline
Reply
IExtension
IExtension
概要
メソッド
メソッド
Activate
Deactivate
IExtensionInfo
IExtensionInfo
概要
プロパティ
プロパティ
Commands
Description
DisplayName
ExtensionPath
Icon
Name
Publisher
Version
IExtensions
IExtensions
概要
プロパティ
プロパティ
AllExtensionInfos
メソッド
メソッド
GetExtensionInfo
Reload
ReloadAll
IFeature
IFeature
概要
プロパティ
プロパティ
IsDefaultSelected
OwnerModel
ParentFeature
SubFeatures
UniqueName
VariationKind
メソッド
メソッド
AddConstraint
RemoveAllConstraint
RemoveConstraint
IFeatureModel
IFeatureModel
概要
プロパティ
プロパティ
AllFeatures
RootFeatures
メソッド
メソッド
AddFeatureConstraint
AddNewFeature
AddNewFeatureAt
GetFeature
RemoveFeature
RemoveFeatureByName
RemoveFeatureConstraint
IField
IField
概要
プロパティ
プロパティ
Category
IsDerivationSource
IsDerivationTarget
IsEmbedded
IsReference
LowerBound
OwnerClass
RelationshipClass
Type
TypeClass
UpperBound
IFileUtility
IFileUtility
概要
メソッド
メソッド
CreateFolder
CreateTextFile
GetFolder
WriteAllText
IForm
IForm
概要
プロパティ
プロパティ
Elements
RootControl
メソッド
メソッド
GetSelectedControls
IFormElement
IFormElement
概要
プロパティ
プロパティ
Controls
ControlType
StyleOverride
IFormStyleOverride
IFormStyleOverride
概要
プロパティ
プロパティ
BackColor
CanEdit
ForeColor
IFrame
IFrame
概要
IFrameShape
IFrameShape
概要
プロパティ
プロパティ
Label
IGrid
IGrid
概要
プロパティ
プロパティ
Columns
Rows
メソッド
メソッド
GetSelectedRows
IGridCell
IGridCell
概要
プロパティ
プロパティ
Column
Model
Path
メソッド
メソッド
GetValue
IGridColumn
IGridColumn
概要
プロパティ
プロパティ
DataTypeName
Path
IGridRow
IGridRow
概要
プロパティ
プロパティ
Cells
メソッド
メソッド
GetSelectedCells
IIndentableText
IIndentableText
概要
メソッド
メソッド
AppendLine(string)
AppendLine(string,object[])
AppendLine1
AppendLine2
AppendLine3
AppendLine4
AppendLine5
Indent
Outdent
IInfoDisplayStyle
IInfoDisplayStyle
概要
プロパティ
プロパティ
CardDisplayStyle
Name
メソッド
メソッド
SetStyleSets
IInfoDisplayStyleSet
IInfoDisplayStyleSet
概要
プロパティ
プロパティ
Styles
メソッド
メソッド
ClearAllStyles
ClearStyle
CreateStyle
GetStyle
IInfoEntry
IInfoEntry
概要
プロパティ
プロパティ
Category
Code
DetailMessage
DisplayStyleName
Fields
Index
Message
Model
NavigatingEditor
NavigatingViewName
Title
Type
IInformationEventParams
IInformationEventParams
概要
プロパティ
プロパティ
Name
IInfoView
IInfoView
概要
プロパティ
プロパティ
IsVisible
Items
Name
SelectedItems
Title
メソッド
メソッド
Select
IInteraction
IInteraction
概要
プロパティ
プロパティ
Frame
Lifelines
MessageEnds
Messages
メソッド
メソッド
GetLifelinesByName
GetLifelinesByTypeModel
GetMessagesByTypeModel(IModel)
IInteractionElement
IInteractionElement
概要
プロパティ
プロパティ
Interaction
ILifeline
ILifeline
概要
プロパティ
プロパティ
Destruction
ExecutionSpecifications
ReceiveMessages
SendMessages
TypeModel
ILifelineShape
ILifelineShape
概要
プロパティ
プロパティ
Destruction
ExecutionSpecifications
Label
TimelineLength
TypeModel
IMatch
IMatch
概要
プロパティ
プロパティ
Differences
HasDifference
Reference
Target
IMessage
IMessage
概要
プロパティ
プロパティ
Activator
After
Before
IsAppearance
IsAsynchronous
IsLost
IsReply
IsSynchronous
Kind
ReceivePort
ReceivePortType
Receiver
Reply
Sender
SendPort
SendPortType
TypeModel
IMessageEnd
IMessageEnd
概要
プロパティ
プロパティ
Message
IMessageEndShape
IMessageEndShape
概要
プロパティ
プロパティ
Message
IMessagePort
IMessagePort
概要
プロパティ
プロパティ
ReceiveMessages
SendMessages
IMessagePortShape
IMessagePortShape
概要
プロパティ
プロパティ
ReceiveMessages
SendMessages
IMessageReceiver
IMessageReceiver
概要
IMessageSender
IMessageSender
概要
IMessageShape
IMessageShape
概要
プロパティ
プロパティ
Label
ReceivePort
Receiver
Sender
SendPort
TypeModel
IMetamodels
IMetamodels
概要
プロパティ
プロパティ
AllClasses
AllEnums
AllPackages
メソッド
メソッド
AddLiteral
AddPathConstraint(string,IClass,IField,string)
AddPathConstraint(string,string,string,string)
AddProperty
AddSuperClasses(IClass,IEnumerable<IClass>)
AddSuperClasses(IClass,string,bool)
FindClassesByName(IEnumerable<string>,bool)
FindClassesByName(string,bool)
FindClassesByTag
FindClassesWithField
FindEnumsByTag
FindPackagesByTag
GetClass
GetEnum
GetSubClasses
MoveToPackage(IEnumerable<IClass>,IPackage)
MoveToPackage(string,IPackage,bool)
NewClass
NewEnum(string,IEnumerable<string>,IPackage)
NewEnum(string,string,IPackage)
NewPackage
Relate
RemoveClass
RemoveConstraint
RemoveConstraints
RemoveEnum
RemoveLiteral
RemovePathConstraint(IClass,IField)
RemovePathConstraint(string,string)
RemoveProperty
UnRelate
IModel
IModel
概要
プロパティ
プロパティ
ClassName
Description
Errors
HasError
HasErrorWithChildren
IsDeleted
IsEditable
IsProxy
IsUnitTopModel
Metaclass
ModelPath
ModelUnit
Name
Owner
OwnerProject
メソッド
メソッド
AddError
AddNewModel
AddNewModelAt
AddNewModelTo
As
AsIn(IEnumerable<string>,bool)
AsIn(string,bool)
AssignFeature
AssignFeatureByName
AssignFeatures
AssignFeaturesByName
CanRelate
CanRelateAny
Count
Delete
FindChildrenByClass
FindChildrenByClassDisplayName
FindChildrenByClassTag
FindChildrenByTag
FindOwnerByClass
GetAllChildren
GetAllErrorsWithChildren
GetChildren
GetDerivedFromRelationsOf
GetDerivedModels
GetDerivedToRelationsOf
GetDeriveRelationsOf
GetDerivingModels
GetEditor
GetEditors
GetField
GetFieldAt
GetFieldString
GetFieldStringAt
GetFieldValues
GetFieldValuesByFieldTag
GetOwnerField
GetOwnerRelationship
GetOwners
GetProductApplyCondition
GetReferenceFieldsOf
GetRefRelatedModels
GetRelatableFieldsOf
GetRelatingFieldsOf
GetRelation
GetRelationAt
GetRelations
GetRelationsByClassTag
GetRelationsByClassTagOf
GetRelationsByFieldOf
GetRelationsByFieldTag
GetRelationsByFieldTagOf
GetRelationsByTag
GetRelationsOf
GetRelationsOfWhere
GetRelationsWhere
GetRepresentationsInEditor
Is
IsAppliedItem
IsAppliedItemTo
IsAppliedItemToByName
IsIn(IEnumerable<string>,bool)
IsIn(string,bool)
IsRelatedAtFieldTo
IsRelatedTo
MoveTo
NotifyFieldChanged
Relate
RelateAll
RelateAllDerivedFrom
RelateAllDerivedTo
RelateAt
RelateByClassTag
RelateByFieldTag
RelateWhere
ReleaseAllAssignedFeatures
ReleaseAssignedFeature
ReleaseAssignedFeatureByName
ReleaseAssignedFeatures
ReleaseAssignedFeaturesByName
RemoveError
RemoveField
RemoveFieldAt
SetField
SetFieldAt
SetInitField
SetProductApplyCondition
Take
UnRelate
UnRelateAll
UnRelateAllDerivedFrom
UnRelateAllDerivedTo
UnRelateByClassTag
UnRelateByFieldTag
UnRelateWhere
Validate
IModelComparison
IModelComparison
概要
プロパティ
プロパティ
AfterProject
BeforeProject
Differences
Matches
メソッド
メソッド
GetDifferencedMatches
GetMatch
RequestRecompute
IModelDictionary
IModelDictionary
概要
メソッド
メソッド
Contains
ContainsById
GetByClass
GetByClasses
ToList
IModelEditedEventParams
IModelEditedEventParams
概要
プロパティ
プロパティ
Models
IModelEventParams
IModelEventParams
概要
プロパティ
プロパティ
TargetClassFullName
TargetClassName
IModelUnit
IModelUnit
概要
プロパティ
プロパティ
AbsolutePath
HasLoadError
IsExternalUnit
IsReadonly
Loaded
Name
PhysicalFileExits
ScmStatus
TopElementId
Type
UnitPath
INamedElement
INamedElement
概要
プロパティ
プロパティ
Description
DisplayName
Name
INavigator
INavigator
概要
プロパティ
プロパティ
BaseType
IsValid
IsVisible
Items
MultiSelection
Name
SelectedItems
Title
メソッド
メソッド
Select
INavigatorEventParams
INavigatorEventParams
概要
プロパティ
プロパティ
TargetNavigatorName
InformationOnDoubleClickEventParams
InformationOnDoubleClickEventParams
概要
プロパティ
プロパティ
Entry
InfoView
Item
Model
Name
InformationOnHideEventParams
InformationOnHideEventParams
概要
プロパティ
プロパティ
Name
InformationOnShowEventParams
InformationOnShowEventParams
概要
プロパティ
プロパティ
Name
InformationSelectionChangedEventParams
InformationSelectionChangedEventParams
概要
プロパティ
プロパティ
Name
INode
INode
概要
プロパティ
プロパティ
Height
Location
LocationX
LocationY
Ports
Size
Width
メソッド
メソッド
RelocatePorts
SetBounds
SetBoundsAt
SetLocation
SetLocationAt
SetSize
SetSizeAt
INodeShapeStyleOverride
INodeShapeStyleOverride
概要
プロパティ
プロパティ
Figure
IObject
IObject
概要
プロパティ
プロパティ
Id
Tags
メソッド
メソッド
GetTag
GetTagValue
HasTags
RemoveTag
SetTag
IOutput
IOutput
概要
メソッド
メソッド
Clear
ClearAll
WriteFormatLine
WriteLine
IPackage
IPackage
概要
プロパティ
プロパティ
FullName
OwnedClasses
Parent
SubPackages
Uri
IPort
IPort
概要
プロパティ
プロパティ
LocationRatio
Orientation
メソッド
メソッド
CanChangeOrientation
ChangeOrientation
SetLocationRatio
IProduct
IProduct
概要
プロパティ
プロパティ
SelectedFeatures
メソッド
メソッド
DeselectFeature
DeselectFeatureByName
DeselectFeatures
DeselectFeaturesByName
SelectFeature
SelectFeatureByName
SelectFeatures
SelectFeaturesByName
IProductLineModel
IProductLineModel
概要
プロパティ
プロパティ
ConfigurationModel
CurrentProduct
FeatureModels
ProductAppliedState
メソッド
メソッド
AddNewFeatureModel
ApplyProduct
ApplyProductBy
ExportAppliedProject
RemoveFeatureModel
RemoveFeatureModelByName
IProfile
IProfile
概要
プロパティ
プロパティ
Metamodels
Name
Path
ProfileUnit
ViewDefinitions
IProject
IProject
概要
プロパティ
プロパティ
IsDirty
IsProductLineSupported
Path
ProductLineModel
Profile
UnitManager
メソッド
メソッド
AddNewRootModel
CreateProductLineModel
GetModelById
GetModelByPath
GetRelationshipById
ImportProfile
IProjectUnitManager
IProjectUnitManager
概要
プロパティ
プロパティ
ModelUnits
ProjectUnit
メソッド
メソッド
AddExternalUnits
ExportModelUnit
ExportModelUnits
ImportModelUnits
SplitModelUnit
SplitModelUnits
UnifyModelUnit
UnifyModelUnits
IRelationship
IRelationship
概要
プロパティ
プロパティ
IsDerivation
IsEmbedded
IsReference
IsTwoWay
Source
SourceField
SourceIndex
Target
TargetField
TargetIndex
メソッド
メソッド
Relate
UnRelate
IRelationshipClass
IRelationshipClass
概要
プロパティ
プロパティ
IsDerivation
IsEmbedded
IsReference
IsTwoWay
Source
SourceField
Target
TargetField
IRepresentation
IRepresentation
概要
プロパティ
プロパティ
Model
ModelId
ViewDefinition
ViewDefinitionName
IScmChangePath
IScmChangePath
概要
プロパティ
プロパティ
Action
Path
IScmFileStatus
IScmFileStatus
概要
プロパティ
プロパティ
HasLock
LockAccount
ScmState
IScmManager
IScmManager
概要
メソッド
メソッド
CheckoutProject
CommitProject
CommitUnits
CreateScmRepositorySetting
GetAllEditPermissions
GetChangedUnits
GetEditPermission
GetEditPermissions
GetRemotePath
GetRepositorySetting(IProject)
GetRepositorySetting(string)
GetRepositorySettings
IsScmFolder
IsScmItem
ReleaseAllEditPermissions
ReleaseEditPermission
ReleaseEditPermissions
RevertProject
RevertUnits
ShareProject
UpdateProject
IScmRepositorySetting
IScmRepositorySetting
概要
プロパティ
プロパティ
BaseUrl
Name
RepositoryType
IScmRevision
IScmRevision
概要
プロパティ
プロパティ
Actions
Author
ChangePaths
Date
Message
Revision
IScriptParams
IScriptParams
概要
プロパティ
プロパティ
Item[int]
Item[string]
メソッド
メソッド
AddParam
AddParamWithName
GetByIndex
GetByName
ToArray
ToCollection
ISearch
ISearch
概要
プロパティ
プロパティ
IsSearchCanceled
IsSearching
Name
SearchTargets
ShowTotalCount
Type
メソッド
メソッド
AddSearchResult(IModel,string,string)
AddSearchResult(object,string)
AddSearchTarget
BeginSearch
CancelSearch
ClearSearchResult
ClearSearchTarget
EndSearch
ISearchManager
ISearchManager
概要
プロパティ
プロパティ
AllResults
メソッド
メソッド
ClearResults
Create
FindResultByModel
ISearchResultEntry
ISearchResultEntry
概要
プロパティ
プロパティ
Item
ISequenceConnectorShape
ISequenceConnectorShape
概要
プロパティ
プロパティ
Source
Target
ISequenceDiagram
ISequenceDiagram
概要
プロパティ
プロパティ
Destructions
ExecutionSpecifications
Frame
Lifelines
MessageEnds
Messages
Shapes
メソッド
メソッド
GetSelectedShapes
GetShapeById
GetShapesByModel
ISequenceNodeShape
ISequenceNodeShape
概要
プロパティ
プロパティ
Height
Location
LocationX
LocationY
Size
Width
IShape
IShape
概要
プロパティ
プロパティ
Style
StyleOverride
メソッド
メソッド
SetVisible
IShapeStyle
IShapeStyle
概要
プロパティ
プロパティ
BackColor
BorderColor
BorderStyle
BorderThickness
ForeColor
QuickStyle
IShapeStyleOverride
IShapeStyleOverride
概要
プロパティ
プロパティ
BackColor
BorderColor
BorderStyle
BorderThickness
CanEditLabels
ForeColor
QuickStyle
Text
Visible
ITag
ITag
概要
プロパティ
プロパティ
Key
Value
ITraceCoverageExcludedModel
ITraceCoverageExcludedModel
概要
プロパティ
プロパティ
Direction
Model
ModelId
Reason
メソッド
メソッド
Delete
ITraceLane
ITraceLane
概要
プロパティ
プロパティ
ModelId
RootModel
RootNode
メソッド
メソッド
FindNode
ITraceNode
ITraceNode
概要
プロパティ
プロパティ
Children
ExcludedDirection
Expanded
IsSelected
Model
Parent
SourceNodes
TargetNodes
TraceLane
ITracePage
ITracePage
概要
プロパティ
プロパティ
CurrentView
CurrentViewType
ExcludedModels
SelectedNodes
TraceViews
メソッド
メソッド
AddExcludedModel
AddTraceView
ClearAllSelection
ClearSelection
DeleteExcludedModel
SelectCell
SelectNode
SelectNodeByModel
SelectNodeByModels
Update
ITraceView
ITraceView
概要
プロパティ
プロパティ
Id
Name
TraceLanes
ITreeGrid
ITreeGrid
概要
プロパティ
プロパティ
Columns
FixedColumnIndex
Root
ShowSingleLine
メソッド
メソッド
GetSelectedNodes
ITreeGridCell
ITreeGridCell
概要
プロパティ
プロパティ
Column
Model
Path
メソッド
メソッド
GetValue
ITreeGridColumn
ITreeGridColumn
概要
プロパティ
プロパティ
DataTypeName
DisplayName
IsFixed
Order
Path
ShowColumn
Width
ITreeGridNode
ITreeGridNode
概要
プロパティ
プロパティ
Cells
Children
IsExpanded
Parent
メソッド
メソッド
GetCellDisplayValues
GetCellValue
GetCellValueAt
GetCellValueString
GetCellValueStringAt
GetSelectedCells
HasCellValue
HasCellValueAt
IsCellSelected
IsCellSelectedAt
IUIElement
IUIElement
概要
IUtility
IUtility
概要
メソッド
メソッド
NewIndentableText
IViewDefinition
IViewDefinition
概要
プロパティ
プロパティ
ModelClass
ModelClassName
IViewDefinitions
IViewDefinitions
概要
プロパティ
プロパティ
Editors
メソッド
メソッド
FindEditorDefByClass
FindElementDefByClass
NewEditorDef
NewElementDef
IWorkspace
IWorkspace
概要
プロパティ
プロパティ
CurrentEditor
CurrentModel
CurrentProduct
CurrentProject
Errors
InfoDisplayStyleSet
MainEditor
Output
Scm
Search
SubEditor
メソッド
メソッド
CanRedo
CanUndo
CleanUpProject
CloseProject
CreateSearch
NewProject
OpenProject
Redo
SaveProject
SaveProjectAs
Undo
IWorkspaceWindow
IWorkspaceWindow
概要
プロパティ
プロパティ
ActiveInfoWindow
ActivePage
CurrentInfoView
CurrentOutputCategory
EditorPage
IsInformationPaneVisible
TracePage
UI
ModelAfterChangeOrderEventParams
ModelAfterChangeOrderEventParams
概要
プロパティ
プロパティ
Field
Model
NewIndex
ModelAfterChangeOwnerEventParams
ModelAfterChangeOwnerEventParams
概要
プロパティ
プロパティ
Field
Model
NewIndex
NewOwner
ModelAfterNewEventParams
ModelAfterNewEventParams
概要
プロパティ
プロパティ
Field
NewModel
Owner
ModelAfterNewRelationEventParams
ModelAfterNewRelationEventParams
概要
プロパティ
プロパティ
Field
Index
Model
OppositeField
OppositeIndex
RelatingTo
ModelBeforeChangeOrderEventParams
ModelBeforeChangeOrderEventParams
概要
プロパティ
プロパティ
Field
Model
NewIndex
OldIndex
ModelBeforeChangeOwnerEventParams
ModelBeforeChangeOwnerEventParams
概要
プロパティ
プロパティ
Field
Model
NewIndex
NewOwner
ModelBeforeDeleteEventParams
ModelBeforeDeleteEventParams
概要
プロパティ
プロパティ
Model
ModelBeforeNewEventParams
ModelBeforeNewEventParams
概要
プロパティ
プロパティ
ClassName
Field
Index
Owner
ModelBeforeNewRelationEventParams
ModelBeforeNewRelationEventParams
概要
プロパティ
プロパティ
Field
Index
Model
OppositeField
OppositeIndex
RelatingTo
ModelEditedEventParams
ModelEditedEventParams
概要
プロパティ
プロパティ
Models
ModelFieldChangedEventParams
ModelFieldChangedEventParams
概要
プロパティ
プロパティ
Field
Model
ModelOnErrorEventParams
ModelOnErrorEventParams
概要
プロパティ
プロパティ
Model
ModelOnValidateEventParams
ModelOnValidateEventParams
概要
プロパティ
プロパティ
Model
ModelSelectionChangedEventParams
ModelSelectionChangedEventParams
概要
プロパティ
プロパティ
SelectedItem
ViewType
ModelUndoRedoEventParams
ModelUndoRedoEventParams
概要
プロパティ
プロパティ
Models
NavigatorOnHideEventParams
NavigatorOnHideEventParams
概要
プロパティ
プロパティ
Name
NavigatorOnShowEventParams
NavigatorOnShowEventParams
概要
プロパティ
プロパティ
Name
NavigatorSelectionChangedEventParams
NavigatorSelectionChangedEventParams
概要
プロパティ
プロパティ
Name
PageAfterChangeEventParams
PageAfterChangeEventParams
概要
PageBeforeChangeEventParams
PageBeforeChangeEventParams
概要
ProjectAfterCloseEventParams
ProjectAfterCloseEventParams
概要
プロパティ
プロパティ
Filename
Project
ProjectAfterNewEventParams
ProjectAfterNewEventParams
概要
プロパティ
プロパティ
Project
ProjectAfterOpenEventParams
ProjectAfterOpenEventParams
概要
プロパティ
プロパティ
Filename
Project
ProjectAfterReloadEventParams
ProjectAfterReloadEventParams
概要
プロパティ
プロパティ
Filename
Project
ProjectAfterSaveEventParams
ProjectAfterSaveEventParams
概要
プロパティ
プロパティ
Filename
Project
ProjectBeforeCloseEventParams
ProjectBeforeCloseEventParams
概要
プロパティ
プロパティ
Project
ProjectBeforeOpenEventParams
ProjectBeforeOpenEventParams
概要
プロパティ
プロパティ
Filename
ProjectBeforeReloadEventParams
ProjectBeforeReloadEventParams
概要
プロパティ
プロパティ
Filename
Project
ProjectBeforeSaveEventParams
ProjectBeforeSaveEventParams
概要
プロパティ
プロパティ
Filename
Project
目次
説明
型
IEnv.Path プロパティ
¶
名前空間: NextDesign.Desktop
説明
¶
アプリケーションの実行ファイルパス
string Path { get; }
型
¶
string