Autodesk Vault ProfessionalVault API

EntityStatusImageInfo Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Properties

This is a specialized ImageInfo that bundles an EntityStatus with the rest of the image details.

Syntax

public class EntityStatusImageInfo : ImageInfo 
Public Class EntityStatusImageInfo
   Inherits ImageInfo

Constructors

NameDescription
EntityStatusImageInfo

Properties

NameDescription
CustomImageReceiverShould 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.
DescriptionGets or sets an optional textual description of this image. This might be used as a tooltip (ie. "Library Folder")
ImageSets the image managed by this ImageInfo.
ImageReceiverFunction to get original skin Image on demand.
StatusGets the EntityStatus associated with this image.
TagGets 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

NameDescription
EqualsTests if obj is equal to this ImageInfo object.
GetImageGets a copy of the image managed by this ImageInfo.
GetUpdatedImageReturns image according to image receivers

Inheritance Hierarchy

See Also