Table of Contents

Class ManualConstraint

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

Fields

_backingData

protected ManualConstraintData _backingData

Field Value

ManualConstraintData

_constraintService

protected readonly ManualConstraintDbService _constraintService

Field Value

ManualConstraintDbService

_projectRepo

protected readonly IProjectRepo _projectRepo

Field Value

IProjectRepo

_projectService

protected readonly IProjectService _projectService

Field Value

IProjectService

Properties

A11

public bool A11 { get; set; }

Property Value

bool

A22

public bool A22 { get; set; }

Property Value

bool

A33

public bool A33 { get; set; }

Property Value

bool

ConstraintType

public ConstraintType ConstraintType { get; }

Property Value

ConstraintType

D11

public bool D11 { get; set; }

Property Value

bool

D22

public bool D22 { get; set; }

Property Value

bool

D33

public bool D33 { get; set; }

Property Value

bool

EA

public bool EA { get; set; }

Property Value

bool

EI1

public bool EI1 { get; set; }

Property Value

bool

EI2

public bool EI2 { get; set; }

Property Value

bool

GJ

public bool GJ { get; set; }

Property Value

bool

IsActive

public bool IsActive { get; set; }

Property Value

bool

Limit

public double Limit { get; set; }

Property Value

double

Set

public string Set { get; set; }

Property Value

string

Methods

UpdateConstraint(string)

protected void UpdateConstraint(string propertyName)

Parameters

propertyName string

UpdateNameInDatabase(string)

protected override void UpdateNameInDatabase(string name)

Parameters

name string

ValidateName(string)

protected override bool ValidateName(string name)

Parameters

name string

Returns

bool