|
| MultiArchive SDK .NET Documentation |
| ItemSpecificationBuilder..::..AddFieldSpecification Method |
| ItemSpecificationBuilder Class See Also Send Feedback |
|
[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
|
AddFieldSpecification(String, DateTime) |
Method that creates a FieldSpecification object of type Date with the specified arguments and adds it to the list of FieldSpecifications.
|
|
AddFieldSpecification(String, Decimal) |
Method that creates a FieldSpecification object of type Decimal with the specified arguments and adds it to the list of FieldSpecifications.
|
|
AddFieldSpecification(String, Int32) |
Method that creates a FieldSpecification object of type Numeric with the specified arguments and adds it to the list of FieldSpecifications.
|
|
AddFieldSpecification(String, String) |
Method that creates a FieldSpecification object of type Character with the specified arguments and adds it to the list of FieldSpecifications.
|
|
AddFieldSpecification(Fieldtypes, String, String) |
Method that creates a FieldSpecification object with the specified arguments and adds it to the list of FieldSpecifications.
|