Field.containsExtension Method¶
Module: Field
Definition¶
Returns a value indicating whether the field (or one of its child fields) contains an extension of the specified type.
contains_extension(self, extension_type: FieldExtensionType) -> bool
Parameters
extension_type
FieldExtensionTypein The field extension type.
Returns
bool
A value indicating whether the field (or one of its child fields) contains the specified extension.
Exceptions
An error has occurred during Bioseal Library execution.
bool containsExtension(FieldExtensionType extensionType)
Parameters
extensionType
FieldExtensionTypein The field extension type.
Returns
bool
A value indicating whether the field (or one of its child fields) contains the specified extension.
Exceptions
An error has occurred during Bioseal Library execution.
public bool ContainsExtension(FieldExtensionType extensionType)
Parameters
extensionType
FieldExtensionTypein The field extension type.
Returns
bool
A value indicating whether the field (or one of its child fields) contains the specified extension.
Exceptions
An error has occurred during Bioseal Library execution.
public boolean containsExtension(FieldExtensionType extensionType) throws BiosealException
Parameters
extensionType
FieldExtensionTypein The field extension type.
Returns
boolean
A value indicating whether the field (or one of its child fields) contains the specified extension.
Exceptions
An error has occurred during Bioseal Library execution.
public func containsExtension(extensionType: FieldExtensionType) throws -> Bool
Parameters
extensionType
FieldExtensionTypein The field extension type.
Returns
Bool
A value indicating whether the field (or one of its child fields) contains the specified extension.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealField_ContainsExtension (
ID3_BIOSEAL_FIELD hField,
id3BiosealFieldExtensionType eExtensionType,
bool * result)
Parameters
hField
ID3_BIOSEAL_FIELDin Handle to the Field object.eExtensionType
id3BiosealFieldExtensionTypein The field extension type.result
bool *out A value indicating whether the field (or one of its child fields) contains the specified extension.
Returns