Click or drag to resize
Platform Class
General container class for platform definitions, read from .Platform files located on Tasks folders.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataPlatform

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class Platform

The Platform type exposes the following members.

Constructors
  NameDescription
Public methodPlatform
Initializes a new instance of the Platform class.
Top
Properties
  NameDescription
Public propertyAspects
Gets the aspects.
Public propertyIsDefault
Gets / sets the isDefault flag, to signal if the platform is the default platform to use.
Public propertyName
Gets or sets the name of this platform definition.
Public propertySupportingDriverIDs
Gets / sets the list of supportingDriverIDs. If this list is empty, all drivers support this platform, otherwise the drivers with the specified driverids support this platform.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAspectValue
Utility method which returns the aspect value with the name specified or an empty string if not found.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParsePlatformDefinitionNode
Parses the definition pointed at by rootNode into a new PlatformDefinition object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also