Class DatabaseStepAttribute
A class decorated with this attribute represents a factory (possibly one of many) of TableInfo objects, and this attribute contains info about the dictionary steps the factory was generated for. Only the highest numbered step for each name is flagged
Inherited Members
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class DatabaseStepAttribute : Attribute
Constructors
DatabaseStepAttribute(string, int, ReleaseState)
A class decorated with this attribute represents a factory (possibly one of many) of TableInfo objects, and this attribute contains info about the dictionary steps the factory was generated for. Only the highest numbered step for each name is flagged
Declaration
public DatabaseStepAttribute(string stepName, int stepNumber, ReleaseState stepState)
Parameters
Type | Name | Description |
---|---|---|
string | stepName | |
int | stepNumber | |
ReleaseState | stepState |
Properties
StepInfo
A class decorated with this attribute represents a factory (possibly one of many) of TableInfo objects, and this attribute contains info about the dictionary steps the factory was generated for. Only the highest numbered step for each name is flagged
Declaration
public DictionaryStepInfo StepInfo { get; }
Property Value
Type | Description |
---|---|
DictionaryStepInfo |
TypeId
A class decorated with this attribute represents a factory (possibly one of many) of TableInfo objects, and this attribute contains info about the dictionary steps the factory was generated for. Only the highest numbered step for each name is flagged
Declaration
public override object TypeId { get; }
Property Value
Type | Description |
---|---|
object |