AVEVA Database .NET Public Interface

DbElementTypeFormat.AddItem Method

Add a field to the format

Overload List

Add a field to the format

public void AddItem(DbNounField);

Add a field to the format, specifying the field format

public void AddItem(DbNounField,DbFieldFormat);

Add a field to the format, specifying the field format and mimimum width

public void AddItem(DbNounField,DbFieldFormat,int);

Add a field to the format, specifying the mimimum width

public void AddItem(DbNounField,int);

Add a special field to the format

public void AddItem(DbNounSpecialField);

Add a special field to the format, specifying the field format

public void AddItem(DbNounSpecialField,DbFieldFormat);

Add a special field to the format, specifying the field format and mimimum width

public void AddItem(DbNounSpecialField,DbFieldFormat,int);

Add a special field to the format, specifying the minimum width

public void AddItem(DbNounSpecialField,int);

Add sufficient spaces to bring the result string up to the specified number of characters NB: It is inadvisable to mix using this feature with adding special characters such as newline or tab, since these will count as one character

public void AddItem(int);

Add literal text to the format; this may include special characters such as tab or newline

public void AddItem(string);

Add literal text to the format, specifying the minimum width

public void AddItem(string,int);

See Also

DbElementTypeFormat Class | Aveva.Pdms.Database Namespace