AMPS C# Client
5.3.5.0
AMPS C# Client for .NET
|
Represents a single entry in an array of bookmarks More...
Public Member Functions | |
Entry () | |
Initializes a new instance of the Entry class. More... | |
Entry | setBookmark (Field f) |
Sets the bookmark for the entry. More... | |
BookmarkField | getBookmark () |
Gets the bookmark field of the entry. More... | |
Entry | setIndex (long index) |
Sets the index of the Entry in the Entry array. More... | |
long | getIndex () |
Gets the index of the Entry in the Entry array. More... | |
bool | isActive () |
Gets the active value of the Entry. More... | |
Entry | setActive (bool active) |
Sets the activity status for the entry. More... | |
override string | ToString () |
Converts the Entry to a string. Returns a string representation of the entry. More... | |
Represents a single entry in an array of bookmarks
|
inline |
Initializes a new instance of the Entry class.
|
inline |
Gets the bookmark field of the entry.
|
inline |
|
inline |
|
inline |
Sets the activity status for the entry.
active | The new value of active. |
Sets the bookmark for the entry.
f | The field to set as the bookmark. |
|
inline |
|
inline |