SaaS CMS has officially launched! Learn more now.

Class MetaObjectExtensionInfo

Represents information about business object service.

Inheritance
System.Object
MetaObjectExtensionInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
public class MetaObjectExtensionInfo

Constructors

MetaObjectExtensionInfo()

Initializes a new instance of the MetaObjectExtensionInfo class.

Declaration
public MetaObjectExtensionInfo()

MetaObjectExtensionInfo(String, String, MetaObjectExtensionActivationType)

Initializes a new instance of the MetaObjectExtensionInfo class.

Declaration
public MetaObjectExtensionInfo(string name, string extensionType, MetaObjectExtensionActivationType activationType)
Parameters
Type Name Description
System.String name

The name.

System.String extensionType

Type of the service.

MetaObjectExtensionActivationType activationType

Type of the installer.

Properties

ActivationType

Gets or sets the type of the activation.

Declaration
public MetaObjectExtensionActivationType ActivationType { get; set; }
Property Value
Type Description
MetaObjectExtensionActivationType

The type of the activation.

Attributes

Gets the parameters.

Declaration
public AttributeCollection Attributes { get; set; }
Property Value
Type Description
AttributeCollection

The parameters.

ExtensionType

Gets the type of the service.

Declaration
public string ExtensionType { get; set; }
Property Value
Type Description
System.String

The type of the service.

Name

Gets the name.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

The name.

Methods

GetExtension()

Gets the service.

Declaration
public IMetaObjectExtension GetExtension()
Returns
Type Description
IMetaObjectExtension

GetExtensionType()

Gets the type of the extension.

Declaration
public Type GetExtensionType()
Returns
Type Description
System.Type