Builder_Module_Setting Class
Setting information for a single builder module
Namespace: SobekCM.Core.BuilderAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[DataContractAttribute]
[XmlRootAttribute("builderModule")]
public class Builder_Module_Setting |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| Argument1 | [DataMember] First argument necessary for the execution of this interface methods |
| Argument2 | [DataMember] Second argument necessary for the execution of this interface methods |
| Argument3 | [DataMember] Third argument necessary for the execution of this interface methods |
| Assembly | [DataMember] Name of the assembly DLL (if not a part of the standard SobekCM assembly |
| Class | [DataMember] Fully qualified name of the class for this builder module |
| Description | [DataMember] Description of the module's primary function, from the dataase |
| Key | Key for this setting, used to lookup for duplicate references to the same module |
See Also