Constructor()

Namespace ›› System ›› MfBidiCategory ›› Methods ››
Parent Previous Next

Constructor()

OutputVar := new MfBidiCategory()
OutputVar := new MfBidiCategory(num)
OutputVar := new MfBidiCategory(instanceEnum)
OutputVar := new MfBidiCategory(enumItem)

Constructor()

Creates a new instance of MfBidiCategory class and set initial value to zero.

Throws

Throws MfNotSupportedException if this sealed class is extended or inherited.

Constructor(num)

Creates a new instance of MfBidiCategory class and sets initial value to value of num.

Parameters

num

A value representing the current selected MfEnum.EnumItem value(s) of the MfBidiCategory class.

Throws

Throws MfNotSupportedException if this sealed class is extended or inherited.
Throws MfArgumentException if arguments are not correct.

Constructor(instanceEnum)

Creates a new instance of MfBidiCategory class an set the initial value to the value of instanceEnum.

Parameters

instanceEnum

an instance of MfBidiCategory class whose value is used to construct this instance.

Throws

Throws MfNotSupportedException if this sealed class is extended or inherited.
Throws MfArgumentException if arguments are not correct.

Constructor(enumItem)

Creates a new instance of MfBidiCategory class and set its value to the MfEnum.EnumItem instance value.

Parameters

enumItem

MfEnum.EnumItem value must element of this instance

Throws

Throws MfNotSupportedException if this sealed class is extended or inherited.
Throws MfArgumentException if arguments are not correct.