KitchenDraw SDK 2
Show / Hide Table of Contents

Class Appli.MobiscriptMenuItem

Represents an item of a menu in the KitchenDraw application.

Inheritance
object
Appli.MobiscriptMenuItem
Implements
IEquatable<Appli.MobiscriptMenuItem>
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Appli.MobiscriptMenuItem : IEquatable<Appli.MobiscriptMenuItem>

Properties

Name Description
Id

Item identifier.

Methods

Name Description
Equals(object)

Determines whether passed object has the same type and value as this one.

Execute()

Launches the menu item as if it was selected in the menu by the user.

GetHashCode()

Provides a numeric value that is used to identify an object in hash-based algorithms.

Operators

Name Description
operator ==(MobiscriptMenuItem, MobiscriptMenuItem)

Determines whether two specified instances have the same value.

operator !=(MobiscriptMenuItem, MobiscriptMenuItem)

Determines whether two specified instances have different values.

In this article
Back to top Generated by DocFX