[This is preliminary documentation and is subject to change.]
Represents a SIFElement which has a primary key
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public abstract class SifKeyedElement : SifElement
<SerializableAttribute> _ Public MustInherit Class SifKeyedElement _ Inherits SifElement
[SerializableAttribute] public ref class SifKeyedElement abstract : public SifElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SifKeyedElementSifKeyedElementNew(IElementDef) |
Creates a new instance of a SifKeyedElement
| |
| Key |
Returns the key for this object. This is the key used for comparing this object to
other objects in a SIFAction List
(Overrides SifElement.Key.) | |
| KeyEquals(Object) |
Compares the current object's key value to the given key
| |
| KeyFields |