Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Content.Metadata.IMDecimalStringBuilder Interface Reference

Decimal string field metadata builder. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Content.Metadata.IMDecimalStringBuilder:
PushTechnology.ClientInterface.Client.Content.Metadata.IMStringAbstractBuilder< out T, out TB > PushTechnology.ClientInterface.Client.Content.Metadata.IMNodeBuilder< out T, out TB > PushTechnology.ClientInterface.Client.Content.Metadata.Record.IMStringAbstractStringBuilder PushTechnology.ClientInterface.Client.Content.Metadata.Record.IMNodeBuilder

Public Member Functions

IMDecimalStringBuilder SetScale (int scale)
 Sets the scale of the field. More...
 
IMDecimalStringBuilder SetDefaultValue (double value)
 Sets a default value that required occurrences of the field are to be initialised to. More...
 
IMDecimalStringBuilder SetDefaultValue (decimal value)
 Sets a default value that required occurrences of the field are to be initalised to. More...
 

Additional Inherited Members

Detailed Description

Decimal string field metadata builder.

Such a builder may be created using IMetadataFactory.DecimalBuilder.

Member Function Documentation

IMDecimalStringBuilder PushTechnology.ClientInterface.Client.Content.Metadata.IMDecimalStringBuilder.SetDefaultValue ( double  value)

Sets a default value that required occurrences of the field are to be initialised to.

Parameters
valueAn initial value.
Returns
This builder.
IMDecimalStringBuilder PushTechnology.ClientInterface.Client.Content.Metadata.IMDecimalStringBuilder.SetDefaultValue ( decimal  value)

Sets a default value that required occurrences of the field are to be initalised to.

Parameters
valueAn initial value.
Returns
This builder.
IMDecimalStringBuilder PushTechnology.ClientInterface.Client.Content.Metadata.IMDecimalStringBuilder.SetScale ( int  scale)

Sets the scale of the field.

The scale is the number of digits to the right of the decimal point.

When not explicitly set, a value of 2 is assumed.

Parameters
scaleThe scale of the decimal number.
Returns
This builder.

The documentation for this interface was generated from the following file: