Class DataPageNew
This class can be used to insert a new record to a table.
public class DataPageNew : DataPageEdit
- Inheritance
-
DataPageNew
- Inherited Members
Constructors
DataPageNew(string, string, string)
Initializes a new instance of DataPageNew.
public DataPageNew(string entityName, string idField, string screenName)
Parameters
DataPageNew(string, string)
Initializes a new instance of DataPageNew.
public DataPageNew(string entityName, string idField)
Parameters
Properties
WorkflowName
Sets the workflow name to the entity.
public string WorkflowName { get; set; }
Property Value
WorkflowState
Sest the start wokflow value to the new record.
public string WorkflowState { get; set; }
Property Value
Methods
SaveChanges(bool)
Implementation of the Save method.
public override bool SaveChanges(bool isNew)
Parameters
isNew
boolTrue for a new record.