Class IEnableImpl
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMAppCore.dll
This class is to represent the whether enalble or disable.
public class IEnableImpl
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
IEnableImpl()
public IEnableImpl()
Methods
GetEnabled(INamed)
Determines whether the specified object is enable.
public static bool GetEnabled(INamed namedObj)
Parameters
namedObj INamed
The object has name.
Returns
true if the specified object is enable; otherwise, false.
SetEnabled(INamed, bool)
Sets the enabled to object.
public static void SetEnabled(INamed namedObj, bool bEnabled)
Parameters
namedObj INamed
The object has name.
bEnabled bool
whether or not enabled.