Interface IIncludable
Defines an interface for objects that can be included or excluded by ID
Namespace:
Assembly: .dll
Syntax
public interface IIncludable
Methods
getId()
Gets the unique identifier of this object
Declaration
public abstract String getId()
Returns
| Type | Description |
|---|---|
| String | The unique ID |