Interface ISkeletonItemReference<T>
Marks a class as having its definition in the FileSkeleton.
Namespace: Sdl.Core.Bcm.BcmModel
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public interface ISkeletonItemReference<out T>
where T : SkeletonItem
Type Parameters
Name | Description |
---|---|
T | Type parameter. Should be an item from the FileSkeleton. |
Properties
Definition
Gets the definition of this item from the FileSkeleton.
Declaration
T Definition { get; }
Property Value
Type | Description |
---|---|
T | The definition of this item from the FileSkeleton. |