SaaS CMS has officially launched! Learn more now.

Class MethodElement

Represents method element.

Inheritance
System.Object
MethodElement
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
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class MethodElement

Constructors

MethodElement()

Initializes a new instance of the MethodElement class.

Declaration
public MethodElement()

MethodElement(String)

Initializes a new instance of the MethodElement class.

Declaration
public MethodElement(string key)
Parameters
Type Name Description
System.String key

The key.

MethodElement(String, String, String)

Initializes a new instance of the MethodElement class.

Declaration
public MethodElement(string key, string name, string description)
Parameters
Type Name Description
System.String key

The key.

System.String name

The name.

System.String description

The description.

MethodElement(String, String, String, MethodElementParams)

Initializes a new instance of the MethodElement class.

Declaration
public MethodElement(string key, string name, string description, MethodElementParams items)
Parameters
Type Name Description
System.String key

The key.

System.String name

The name.

System.String description

The description.

MethodElementParams items

The items.

Properties

CustomControlPath

Gets or sets the custom control.

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

The custom control.

CustomControlType

Gets or sets the type of the custom control.

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

The type of the custom control.

Description

Gets or sets the description.

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

The description.

Key

Gets or sets the key.

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

The key.

Name

Gets or sets the name.

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

The name.

Params

Declaration
public MethodElementParams Params { get; set; }
Property Value
Type Description
MethodElementParams