This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class VersionStore |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class VersionStore |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
CreateLabel |
Create a new label
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLabels | Overloaded. | |
GetStore |
Returns the VersionStore with the given name
|
|
GetType | (Inherited from Object.) | |
GetVersionByDate |
Returns the VersionInfo object for the version with the given timestamp
|
|
GetVersionByLabel |
Returns the VersionInfo object for the version with the given label
|
|
GetVersions |
Gets an array of version
|
|
Label | Overloaded. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
CrossExternalField |
Returns the external field in the cross table
|
|
CrossInternalField |
Returns the internal field of the cross table
|
|
CrossTable |
Returns the crosstable in which the versions are coupled to a label
|
|
ExternalKeyField |
Returns the primary key field of the table in which the versions are stored
|
|
ExternalTable |
Returns the table in which the labels are stored
|
|
InternalKeyField |
Returns the primary key of the table in which the versions are stored
|
|
Mappings |
Gets the collection of VersionStoreMapping objects
|
|
Name |
Returns the name of this VersionStore
|
|
PrimaryKey |
Returns the name of the column in which the primary keys are stored
|
|
Table |
Returns the table in which the versions are stored
|
|
XmlField |
Returns the name of the column in which the Xml containg the versioning information is stored
|
See Also
Smartsite.Data Namespace