Describes a feature and it's current state


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
<Serializable>
Public Class Feature
    Implements IEAPBase, ICloneable
C#
[Serializable]
public class Feature : IEAPBase, ICloneable
C++
[Serializable]
ref class Feature : IEAPBase, ICloneable
J#
/** @attribute Serializable() */
public class Feature implements IEAPBase, ICloneable
JScript
public 
   Serializable
class Feature extends IEAPBase, ICloneable

Inheritance Hierarchy

System.Object
   NetQuarry.Feature

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also