Table of Contents

Class LoadProperty

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public abstract class LoadProperty : AssignableProperty
Inheritance
LoadProperty
Derived
Inherited Members

Fields

_application

protected readonly Application _application

Field Value

Application

_jointRepo

protected readonly IJointRepo _jointRepo

Field Value

IJointRepo

_loadPropertyRepo

protected readonly ILoadPropertyRepo _loadPropertyRepo

Field Value

ILoadPropertyRepo

_loadPropertyService

protected readonly ILoadPropertyService _loadPropertyService

Field Value

ILoadPropertyService

_modelRepo

protected readonly IModelRepository _modelRepo

Field Value

IModelRepository

Properties

Category

public FamilyCategory Category { get; }

Property Value

FamilyCategory

IsZeroCurvature

public bool IsZeroCurvature { get; }

Property Value

bool

ModificationDate

public DateTime ModificationDate { get; }

Property Value

DateTime

Type

public LoadPropertyType Type { get; }

Property Value

LoadPropertyType

Methods

AssignTo(IEnumerable<int>, FamilyCategory)

public PropertyAssignmentStatus AssignTo(IEnumerable<int> entityIds, FamilyCategory category)

Parameters

entityIds IEnumerable<int>
category FamilyCategory

Returns

PropertyAssignmentStatus

Copy()

public LoadProperty Copy()

Returns

LoadProperty