ImageInfo Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties
This object is returned by Autodesk.DataManagement.Client.Framework.Vault.Services.Connection.IPropertyManager.GetPropertyValues for properties of DataType=PropertyDefinition.PropertyDataType.ImageInfo. This object contains an image and information about that image.
Syntax
public class ImageInfo Public Class ImageInfo Constructors
| Name | Description |
|---|---|
| ImageInfo |
Properties
| Name | Description |
|---|---|
| CustomImageReceiver | Should use ImageReceiver inside to get image and than do some modifications (like apply Mask for Category). Has higher priority than ImageReceiver. If it is present we should use this func. If object's image doesn't have additional modifications that should be done above original skin image - use ImageReceiver. |
| Description | Gets or sets an optional textual description of this image. This might be used as a tooltip (ie. "Library Folder") |
| Image | Sets the image managed by this ImageInfo. |
| ImageReceiver | Function to get original skin Image on demand. |
| Tag | Gets or sets a unique tag that represents this image. The tag should be somewhat human readable as this is the value that will often be store in grid cells for this image. |
Methods
| Name | Description |
|---|---|
| Equals | Tests if obj is equal to this ImageInfo object. |
| GetImage | Gets a copy of the image managed by this ImageInfo. |
| GetUpdatedImage | Returns image according to image receivers |
Returned By
Where you get a ImageInfo — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.ImageInfo
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.EntityStatusImageInfo