Enum DependencyFileUsage
Defines the purpose of a DependencyFile.
Namespace: Sdl.Core.Bcm.BcmModel
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
[JsonConverter(typeof(EnumConverter), new object[] { DependencyFileUsage.None })]
public enum DependencyFileUsage
Fields
| Name | Description |
|---|---|
| Extraction | Used during the extraction phase. |
| Final | Used or required for correct operation of the final (localized) file. |
| Generation | Used during the generate phase. |
| None | Unknown or not specified. |