Table of Contents

Class ExternalizableAttribute

Namespace
Bonsai
Assembly
Bonsai.Core.dll

Specifies whether a property is allowed to be explicitly externalized on a workflow editor.

[AttributeUsage(AttributeTargets.Property)]
public sealed class ExternalizableAttribute : Attribute, _Attribute
Inheritance
ExternalizableAttribute
Implements
Inherited Members

Constructors

ExternalizableAttribute(bool)

Initializes a new instance of the ExternalizableAttribute class.

Fields

Default

Specifies the default value for the ExternalizableAttribute which is set to allow a property to be explicitly externalized on a workflow editor.

No

Specifies that a property cannot be explicitly externalized on a workflow editor.

Yes

Specifies that a property can be explicitly externalized on a workflow editor.

Properties

Externalizable

Gets a value indicating whether a property is externalizable.

Methods

Equals(object)

Returns a value indicating whether this instance is equal to a specified object.

GetHashCode()

Returns the hash code for this instance.

IsDefaultAttribute()

When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.