Class repUniqueSet
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the details of a unique set.
public class repUniqueSet
- Inheritance
-
repUniqueSet
- Inherited Members
- Extension Methods
Properties
CreatedBySystem
Returns True if the unique set is created by the system (imported).
public bool CreatedBySystem { get; }
Property Value
ErrorMessageTC
Returns the custom message to show if uniqueness is violated.
public string ErrorMessageTC { get; }
Property Value
Name
Returns the name.
public string Name { get; }
Property Value
Notes
Returns the notes.
public string Notes { get; }
Property Value
SysUniqueSetID
Returns the SysUniqueSetID as used in the repository.
public int SysUniqueSetID { get; }
Property Value
Table
Returns the table in the repository this unique set is part of.
public repTable Table { get; }
Property Value
UniqueSetFields
Returns the fields in the unique set.
public repUniqueSetFields UniqueSetFields { get; }
Property Value
Methods
GetErrorMessage(BudaDataSet)
Returns the error message for the unique set when uniqueness is violated.
public string GetErrorMessage(BudaDataSet pDataSet)
Parameters
pDataSet
BudaDataSetThe dataset to use as context.
Returns
- string
The error message.