A repository for a raft.
Initializes a new instance of the RaftRepository class.
Gets the name of the default raft.
Gets a value indicating whether the items in the raft are read only.
Gets the name of the raft as defined by the user
Closes any external connections and commits any changes made that were not immediately saved.
Deletes the raft item.
Deletes the specified variable if it exists.
Releases resources used by the raft repository.
Gets the id of the default raft, or null (Nothing in Visual Basic) if there is no default raft
Gets a description of the raft's configuration.
Returns the specified item in a raft.
Returns all of the items contained in the raft.
Returns all of the items of the specified type contained in the raft.
Returns a dictionary containing all of the variables and their values in the raft.
Performs a case-insensitive search against DefaultName
Opens the raft.
Opens an item contained in the raft.
Saves a copy of the raft to the specified System.IO.Stream in zip format.
Sets the value of the specified variable.
Attempts to test the validating of the raft's configuration.
Writes a dictionary of variasbles values to the specified System.IO.TextWriter.