Table of Contents

Class EntityWithAssignableProperties

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public abstract class EntityWithAssignableProperties : IdNameEntityRenameable
Inheritance
EntityWithAssignableProperties
Derived
Inherited Members

Fields

_analysisFailureModeService

protected readonly IAnalysisFailureModeService _analysisFailureModeService

Field Value

IAnalysisFailureModeService

_analysisPropertyRepo

protected readonly IAnalysisPropertyRepo _analysisPropertyRepo

Field Value

IAnalysisPropertyRepo

_analysisPropertyService

protected readonly IAnalysisPropertyService _analysisPropertyService

Field Value

IAnalysisPropertyService

_application

protected readonly Application _application

Field Value

Application

_designRepo

protected readonly IDesignRepo _designRepo

Field Value

IDesignRepo

_designService

protected readonly IDesignService _designService

Field Value

IDesignService

_loadPropertyRepo

protected readonly ILoadPropertyRepo _loadPropertyRepo

Field Value

ILoadPropertyRepo

Properties

AssignedAnalysisProperty

public AnalysisProperty AssignedAnalysisProperty { get; }

Property Value

AnalysisProperty

AssignedDesignProperty

public DesignProperty AssignedDesignProperty { get; }

Property Value

DesignProperty

AssignedLoadProperty

public LoadProperty AssignedLoadProperty { get; }

Property Value

LoadProperty

Methods

AssignAnalysisProperty(int)

public PropertyAssignmentStatus AssignAnalysisProperty(int id)

Parameters

id int

Returns

PropertyAssignmentStatus

AssignAnalysisPropertyToEntity(int)

protected abstract PropertyAssignmentStatus AssignAnalysisPropertyToEntity(int id)

Parameters

id int

Returns

PropertyAssignmentStatus

AssignDesignProperty(int)

public PropertyAssignmentStatus AssignDesignProperty(int id)

Parameters

id int

Returns

PropertyAssignmentStatus

AssignDesignPropertyToEntity(Design)

protected abstract PropertyAssignmentStatus AssignDesignPropertyToEntity(Design design)

Parameters

design Design

Returns

PropertyAssignmentStatus

AssignLoadProperty(int)

public PropertyAssignmentStatus AssignLoadProperty(int id)

Parameters

id int

Returns

PropertyAssignmentStatus

AssignLoadPropertyToEntity(int)

protected abstract PropertyAssignmentStatus AssignLoadPropertyToEntity(int id)

Parameters

id int

Returns

PropertyAssignmentStatus

AssignProperty(AssignableProperty)

public PropertyAssignmentStatus AssignProperty(AssignableProperty property)

Parameters

property AssignableProperty

Returns

PropertyAssignmentStatus