Class RevisionColumn
Represents a column in a revision.
public class RevisionColumn
- Inheritance
-
RevisionColumn
Constructors
- RevisionColumn(string)
Initializes a new instance of the RevisionColumn class with the specified SQL field name.
- RevisionColumn(string, string)
Initializes a new instance of the RevisionColumn class with the specified SQL field name and caption field name.
- RevisionColumn(string, string, string)
Initializes a new instance of the RevisionColumn class with the specified SQL field name, caption field name, and column foreign key.
Properties
- CaptionField
Gets or sets the caption field name.
- ColumnForeignKey
Gets or sets the foreign key column name.
- EntityName
Gets or sets the entity name.
- FormatString
Gets or sets the format string for display value.
- ParseAs
Gets or sets the parse type for the column value.
- Sql
Gets or sets the SQL query.
- SqlField
Gets or sets the SQL field name.
Methods
- GetCaption(string)
Gets the caption for the specified table name.
- GetDisplayValue(string)
Gets the display value for the given column value.
- GetRevisionCaption(string, string, string)
Gets the revision caption for the specified entity name, field name, and foreign key name.
- ToString()
Returns a string that represents the current RevisionColumn.