Pdf |
The PdfPortfolioFieldValue type exposes the following members.
Name | Description | |
---|---|---|
PdfPortfolioFieldValue(DateTimeOffset, String) | Initializes a new instance of the PdfPortfolioFieldValue structure from the specified DateTimeOffset data and the optional prefix. | |
PdfPortfolioFieldValue(Double, String) | Initializes a new instance of the PdfPortfolioFieldValue structure from the specified Double data and the optional prefix. | |
PdfPortfolioFieldValue(String, String) | Initializes a new instance of the PdfPortfolioFieldValue structure from the specified String data and the optional prefix. |
Name | Description | |
---|---|---|
Data | (Optional) The PdfPortfolioFieldValue data. The type of data shall match the data type identified by the DataType property of the corresponding PdfPortfolioField. Possible types: String, DateTimeOffset, Double, or . Default value: . | |
Prefix | (Optional) A prefix string that shall be concatenated with the text string presented to the user. This entry is ignored when a conforming reader sorts the items in the collection. Default value: . |
Name | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified Object is equal to this PdfPortfolioFieldValue instance.
(Overrides ValueTypeEquals(Object)) | |
Equals(PdfPortfolioFieldValue) | Determines whether the other PdfPortfolioFieldValue is equal to this PdfPortfolioFieldValue instance. | |
GetHashCode |
Returns a hash code for this PdfPortfolioFieldValue instance.
(Overrides ValueTypeGetHashCode) | |
ToString |
Converts the current PdfPortfolioFieldValue to its equivalent string representation.
(Overrides ValueTypeToString) | |
ToString(String, IFormatProvider) | Converts the current PdfPortfolioFieldValue to its equivalent string representation using the specified format and culture-specific format information. |
Name | Description | |
---|---|---|
Equality(PdfPortfolioFieldValue, PdfPortfolioFieldValue) | Determines whether first and second PdfPortfolioFieldValues are equal. | |
Inequality(PdfPortfolioFieldValue, PdfPortfolioFieldValue) | Determines whether first and second PdfPortfolioFieldValues are not equal. |