mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

ExtensionInfo Class



Contains the basic information about an extension from the configuration file primarily, but also including a flag if this extension is enabled


Namespace: SobekCM.Core.Configuration.Extensions
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("ExtensionInfo")]
[DataContractAttribute]
[ProtoContractAttribute]
public class ExtensionInfo

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Configuration.Extensions..::..ExtensionInfo

Constructors

  NameDescription
Public methodExtensionInfo
Constructor for a new instance of the ExtensionInfo class

Methods

  NameDescription
Public methodShouldSerializeAssemblies
Method suppresses XML Serialization of the Assemblies property if it is empty
Public methodShouldSerializeCssFiles
Method suppresses XML Serialization of the CssFiles property if it is empty
Public methodShouldSerializeKeyValueConfigurations
Method suppresses XML Serialization of the KeyValueConfigurations property if it is empty
Public methodShouldSerializeXmlConfigurations
Method suppresses XML Serialization of the XmlConfigurations property if it is empty

Properties

  NameDescription
Public propertyAssemblies
List of assemblies referenced in the extension configuration file
Public propertyBaseDirectory
Base directory for this extension
Public propertyCode
Code that uniquely identifiers this extension
Public propertyCssFiles
List of CSS files referenced by this extension in the extension configuration file
Public propertyEnabled
Flag indicates if this extension is enabled in the database
Public propertyKeyValueConfigurations
Simple key/value configurations from the extension configuration file
Public propertyName
Full name of this extension
Public propertyVersion
Version of this extension
Public propertyXmlConfigurations
XML configuration sections from the extension configuration file

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )