alias_api.AlReferenceFileSet

class alias_api.AlReferenceFileSet

Bases: AlObject

A base class that encapsulates access to Reference File Sets.

add_reference(self: alias_api.AlReferenceFileSet, ref_file: alias_api.AlReferenceFile) int

Deprecated - use ‘add_reference_file_to_alternative’ instead.

add_reference_file_to_alternative(self: alias_api.AlReferenceFileSet, ref_file: alias_api.AlReferenceFile) int

Add an AlReferenceFile to the AlReferenceFileSet.

copy_wrapper(self: alias_api.AlReferenceFileSet) alias_api.AlObject

Return an exact duplicate of this AlReferenceFileSet wrapper.

delete_object(self: alias_api.AlReferenceFileSet) int

Delete the AlReferenceFileSet from the Alias Universe and return the status of the performed operation.

get_references(self: alias_api.AlReferenceFileSet) list[alias_api.AlReferenceFile]

Return a list of all the AlReferenceFiles for this AlReferenceFileSet.

property name

Get or set the AlReferenceFile name.

type(self: alias_api.AlReferenceFileSet) alias_api.AlObjectType

Return the AlReferenceFileSet type identifier.