Table of Contents

Class CmdProjDescr

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll

fdscript.xsd cmdprojdescr

public class CmdProjDescr : CmdCommand
Inheritance
CmdProjDescr
Inherited Members
Extension Methods

Constructors

CmdProjDescr(string, string, string, string, string)

public CmdProjDescr(string project, string description, string designer, string signature, string comment)

Parameters

project string
description string
designer string
signature string
comment string

CmdProjDescr(string, string, string, string, string, List<UserDefinedData>)

public CmdProjDescr(string project, string description, string designer, string signature, string comment, List<UserDefinedData> items)

Parameters

project string
description string
designer string
signature string
comment string
items List<UserDefinedData>

Fields

Command

public string Command

Field Value

string

_read

public int _read

Field Value

int

_reset

public int _reset

Field Value

int

Properties

Comment

public string Comment { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

Designer

public string Designer { get; set; }

Property Value

string

Items

public List<UserDefinedData> Items { get; set; }

Property Value

List<UserDefinedData>

Project

public string Project { get; set; }

Property Value

string

Read

public bool Read { get; set; }

Property Value

bool

Reset

public bool Reset { get; set; }

Property Value

bool

Signature

public string Signature { get; set; }

Property Value

string

Methods

ToXElement()

public override XElement ToXElement()

Returns

XElement