Autodesk Vault ProfessionalVault API

PropertyService Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Contains methods for manipulating properties on Entities.

Syntax

public sealed class PropertyService : PropertyServiceBase, IWebService  
Public NotInheritable Class PropertyService
   Inherits PropertyServiceBase
   Implements IWebService 

Methods

NameDescription
AddAssociationPropertyDefinitionAdds a Property Definiton for use on associations.
AddPropertyDefinitionAdds a property definition.
CheckRolePermissionsCheck if the current logged in user has permission to execute specific web service APIs
DeleteAssociationPropertyDefinitionsDeletes an association property definition.
DeletePropertyDefinitionsDeletes a set of property definitions.
EnableAssociationPropertyDefinitionsEnables or disables a set of association property definitions.
EnableBasicSearchForPropertyDefinitionsEnables or disables a property definitions use in a basic search.
EnablePropertyDefinitionsEnables or disables a set of property definitions.
FindAllEntityAttributesFinds all entity attributes in the given namespace.
FindEntityAttributesFinds all entity attributes with a given attribute name.
FindPropertyDefinitionsBySystemNamesGets a set of property definitions for a given set of system names.
GetAllAssociationPropertyDefinitionInfosGets all association property definitions with extended information.
GetAllTripleSysNamePairsGets all parings between property definition system names and triple values.
GetAssociationPropertyDefinitionInfosByIdsGets a set of property definitions with extended information based on a set of IDs.
GetAssociationPropertyDefinitionsByTypeGets all the property definitions for a given association type.
GetAssociationPropertyDefinitionsUsageCountsGets the usage counts for a set of association property definitions.
GetDeleteAssociationPropertyDefinitionsRestrictionsGets any restrictions on deleting a set of association property definitions.
GetDeletePropertyDefinitionsRestrictionsGets any restrictions on deleting a set of property definitions.
GetEntityAttributesGets all entity attributes associated with a given entity.
GetPropertiesGets the values for a set of properties and a set of entities.
GetPropertiesByEntityIdsGets all the properties for a set of entities.
GetPropertyComplianceFailuresByEntityIdsGet the property compliance failures for a set of objects.
GetPropertyDefinitionInfosByEntityClassIdGets a set of property definitions and extended information for a given set of IDs.
GetPropertyDefinitionsByContentSourceIdAndMonikerGets a list of property definitions mapped to a content source property.
GetPropertyDefinitionsByEntityClassIdGets all the property definitions for an entity class.
GetPropertyDefinitionsUsageCountsGets the usage counts for a set of property definitions.
GetSystemNamesByTriplicatesGets the system name of a property definition by a set of triplicate values.
SetEntityAttributeSets a named attribute on a given entity. A null val will delete an existing attribute.
UpdateAssociationPropertyDefinitionUpdates an association property definition object.
UpdateAssociationPropertyDefinitionInfoUpdates an association property definition object and extended information.
UpdateContentSourcePropertyDefinitionMappingPrioritiesUpdates the priorities on a set of content source property mappings.
UpdatePropertyDefinitionUpdates a property definition.
UpdatePropertyDefinitionInfoUpdates a property definition and its extended information.
UpdateSystemPropertyDefinitionUpdates information about a system property.

Returned By

Where you get a PropertyService — members that return one.

Inheritance Hierarchy

See Also