ActionBuilderAttributeIsDefaultAttribute Method |
Namespace: Kjs.AppLife.Update.Engine.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic override bool IsDefaultAttribute()
Public Overrides Function IsDefaultAttribute As Boolean
public:
virtual bool IsDefaultAttribute() override
abstract IsDefaultAttribute : unit -> bool
override IsDefaultAttribute : unit -> bool
Return Value
Type:
Boolean if the
ActionBuilderAttribute is the default
attribute for the class; otherwise,
.
See Also