Class Loading
- Namespace
 - IdeaRS.OpenModel.Result
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Loading identification
[Obfuscation(Feature = "renaming")]
public class LoadingInheritance
Derived
Inherited Members
Constructors
Loading()
Constructor
public Loading()Loading(LoadingType, int)
Constructor
public Loading(LoadingType loadingType, int id)Parameters
loadingTypeLoadingType- 
Type of loading
 idint- 
Id of loading
 
Properties
Id
Id of loading
public int Id { get; set; }Property Value
LoadingType
Type of loading
public LoadingType LoadingType { get; set; }