AVEVA Database .NET Public Interface

DbAttributeFormat.AddItem Method

Add a field to the format

Overload List

Add a field to the format

public void AddItem(DbAttributeField);

Add a field to the format, specifying the field format

public void AddItem(DbAttributeField,DbFieldFormat);

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

public void AddItem(DbAttributeField,DbFieldFormat,int);

Add a field to the format, specifying the mimimum width

public void AddItem(DbAttributeField,int);

Add a special field to the format

public void AddItem(DbAttributeSpecialField);

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

public void AddItem(DbAttributeSpecialField,DbFieldFormat);

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

public void AddItem(DbAttributeSpecialField,DbFieldFormat,int);

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

public void AddItem(DbAttributeSpecialField,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

DbAttributeFormat Class | Aveva.Pdms.Database Namespace