ItemSpecificationBuilder.AddFieldSpecification Method

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

Overload List

  Name Description
Public method AddFieldSpecification(String, DateTime)
Method that creates a FieldSpecification object of type Date with the specified arguments and adds it to the list of FieldSpecifications.
Public method AddFieldSpecification(String, Decimal)
Method that creates a FieldSpecification object of type Decimal with the specified arguments and adds it to the list of FieldSpecifications.
Public method AddFieldSpecification(String, Int32)
Method that creates a FieldSpecification object of type Numeric with the specified arguments and adds it to the list of FieldSpecifications.
Public method AddFieldSpecification(String, String)
Method that creates a FieldSpecification object of type Character with the specified arguments and adds it to the list of FieldSpecifications.
Public method AddFieldSpecification(Fieldtypes, String, String)
Method that creates a FieldSpecification object with the specified arguments and adds it to the list of FieldSpecifications.

See Also