Interface IAssetPartDesign<TAssetPart>
An interface representing a design-time part in an AssetComposite.
public interface IAssetPartDesign<out TAssetPart> : IAssetPartDesign where TAssetPart : IIdentifiable
  Type Parameters
TAssetPartThe underlying type of part.
- Inherited Members
 
Properties
Part
The actual part.
TAssetPart Part { get; }
  Property Value
- TAssetPart