PropertyService Class
Autodesk.Connectivity.WebServices›Autodesk.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
| Name | Description |
|---|---|
| AddAssociationPropertyDefinition | Adds a Property Definiton for use on associations. |
| AddPropertyDefinition | Adds a property definition. |
| CheckRolePermissions | Check if the current logged in user has permission to execute specific web service APIs |
| DeleteAssociationPropertyDefinitions | Deletes an association property definition. |
| DeletePropertyDefinitions | Deletes a set of property definitions. |
| EnableAssociationPropertyDefinitions | Enables or disables a set of association property definitions. |
| EnableBasicSearchForPropertyDefinitions | Enables or disables a property definitions use in a basic search. |
| EnablePropertyDefinitions | Enables or disables a set of property definitions. |
| FindAllEntityAttributes | Finds all entity attributes in the given namespace. |
| FindEntityAttributes | Finds all entity attributes with a given attribute name. |
| FindPropertyDefinitionsBySystemNames | Gets a set of property definitions for a given set of system names. |
| GetAllAssociationPropertyDefinitionInfos | Gets all association property definitions with extended information. |
| GetAllTripleSysNamePairs | Gets all parings between property definition system names and triple values. |
| GetAssociationPropertyDefinitionInfosByIds | Gets a set of property definitions with extended information based on a set of IDs. |
| GetAssociationPropertyDefinitionsByType | Gets all the property definitions for a given association type. |
| GetAssociationPropertyDefinitionsUsageCounts | Gets the usage counts for a set of association property definitions. |
| GetDeleteAssociationPropertyDefinitionsRestrictions | Gets any restrictions on deleting a set of association property definitions. |
| GetDeletePropertyDefinitionsRestrictions | Gets any restrictions on deleting a set of property definitions. |
| GetEntityAttributes | Gets all entity attributes associated with a given entity. |
| GetProperties | Gets the values for a set of properties and a set of entities. |
| GetPropertiesByEntityIds | Gets all the properties for a set of entities. |
| GetPropertyComplianceFailuresByEntityIds | Get the property compliance failures for a set of objects. |
| GetPropertyDefinitionInfosByEntityClassId | Gets a set of property definitions and extended information for a given set of IDs. |
| GetPropertyDefinitionsByContentSourceIdAndMoniker | Gets a list of property definitions mapped to a content source property. |
| GetPropertyDefinitionsByEntityClassId | Gets all the property definitions for an entity class. |
| GetPropertyDefinitionsUsageCounts | Gets the usage counts for a set of property definitions. |
| GetSystemNamesByTriplicates | Gets the system name of a property definition by a set of triplicate values. |
| SetEntityAttribute | Sets a named attribute on a given entity. A null val will delete an existing attribute. |
| UpdateAssociationPropertyDefinition | Updates an association property definition object. |
| UpdateAssociationPropertyDefinitionInfo | Updates an association property definition object and extended information. |
| UpdateContentSourcePropertyDefinitionMappingPriorities | Updates the priorities on a set of content source property mappings. |
| UpdatePropertyDefinition | Updates a property definition. |
| UpdatePropertyDefinitionInfo | Updates a property definition and its extended information. |
| UpdateSystemPropertyDefinition | Updates information about a system property. |
Returned By
Where you get a PropertyService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.PropertyServiceBase
- Autodesk.Connectivity.WebServices.PropertyService