Builder_Module_Set_Info Class
Set of builder module configuration information
Namespace: SobekCM.Core.BuilderAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("builderModuleSet")]
[DataContractAttribute]
[ProtoContractAttribute]
public class Builder_Module_Set_Info |
Inheritance Hierarchy
Constructors
Methods
Fields
| Name | Description |
---|
| Used_Count | Number of times this builder module set is referenced |
Properties
| Name | Description |
---|
| Builder_Modules | Builder module settings (in order of execution) for this builder module set |
| SetID | Primary key for this set of builder modules |
| SetName | Name for this set of builder modules |
| Used_Count_XML | Number of times this builder module set is referenced, for XML serialization purposes |
See Also