Table of Contents

Class ResultAttribute

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class ResultAttribute : Attribute
Inheritance
ResultAttribute
Inherited Members
Extension Methods

Constructors

ResultAttribute(Type, params ListProc[])

public ResultAttribute(Type resultType, params ListProc[] listProc)

Parameters

resultType Type
listProc ListProc[]

Fields

ListProcs

public readonly ListProc[] ListProcs

Field Value

ListProc[]

ResultType

public readonly Type ResultType

Field Value

Type