IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Contains information about the state of specific calculation related to material directory. More...
Public Member Functions | |
MaterialDirectoryInfoBase (SimJMatProFileManagerBase jmatFmArg, string dirApproximatePath) | |
Constructs a material directory information object. More... | |
MaterialDirectoryInfoBase (SimJMatProFileManagerBase jmatFmArg, DirectoryInfo materialDirectory) | |
Constructs a material directory information object. More... | |
Properties | |
SimJMatProFileManagerBase | JMatFm [get] |
JMatPro file manager that is used for extracting information about the directory. More... | |
DirectoryInfo | DirInfo [get] |
Directory info for the material directory represented by the current object. More... | |
string | DirName [get] |
Name of the material directory represented by the current object. More... | |
string | DirPath [get] |
Full path of the material directory represented by the current object. More... | |
Private Member Functions | |
MaterialDirectoryInfoBase () | |
Prevents argument-less constructor. More... | |
MaterialDirectoryInfoBase (SimJMatProFileManagerBase jmatFmArg) | |
Constructs a material directory information object. More... | |
Private Attributes | |
readonly SimJMatProFileManagerBase | _jMatFm |
readonly DirectoryInfo | _materialDirectoryInfo |
string | _materialDirectoryName |
string | _materialDirectoryPath |
Contains information about the state of specific calculation related to material directory.
$A Igor Dec12;
|
inlineprivate |
Prevents argument-less constructor.
|
inlineprivate |
Constructs a material directory information object.
Used only as insomplete constructor to perform one part of initialization, thus it is defined as private.
jmatFmArg | JMatPro file manager used for manipulation with material calculations and other basic tasks. |
|
inline |
Constructs a material directory information object.
jmatFmArg | JMatPro file manager used for manipulation with material calculations and other basic tasks. |
dirApproximatePath | Path to the directory for which the current object provides information. |
References IG.Num.SimJMatProFileManagerBase.GetMaterialDirectoryPath().
|
inline |
Constructs a material directory information object.
jmatFmArg | JMatPro file manager used for manipulation with material calculations and other basic tasks. |
materialDirectory | Directory info object for the material directory represented by the constructed object. |
|
private |
|
private |
|
private |
|
private |
|
get |
JMatPro file manager that is used for extracting information about the directory.
|
get |
Directory info for the material directory represented by the current object.
|
get |
Name of the material directory represented by the current object.
|
get |
Full path of the material directory represented by the current object.