Table of Contents

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

bool

ErrorMessageTC

Returns the custom message to show if uniqueness is violated.

public string ErrorMessageTC { get; }

Property Value

string

Name

Returns the name.

public string Name { get; }

Property Value

string

Notes

Returns the notes.

public string Notes { get; }

Property Value

string

SysUniqueSetID

Returns the SysUniqueSetID as used in the repository.

public int SysUniqueSetID { get; }

Property Value

int

Table

Returns the table in the repository this unique set is part of.

public repTable Table { get; }

Property Value

repTable

UniqueSetFields

Returns the fields in the unique set.

public repUniqueSetFields UniqueSetFields { get; }

Property Value

repUniqueSetFields

Methods

GetErrorMessage(BudaDataSet)

Returns the error message for the unique set when uniqueness is violated.

public string GetErrorMessage(BudaDataSet pDataSet)

Parameters

pDataSet BudaDataSet

The dataset to use as context.

Returns

string

The error message.