Class TlbGenBplThroughPasProps
Properties for generator bpl-files from tlb
Inheritance
object
TlbGenBplThroughPasProps
Namespace: BuildSystem.TlbGenBpl.ThroughPas
Assembly: BuildSystem.ProjectList.dll
Syntax
public class TlbGenBplThroughPasProps : TlbGenBplProps, ITlbGenBplProps, IManagerProp
Constructors
TlbGenBplThroughPasProps()
Declaration
public TlbGenBplThroughPasProps()
TlbGenBplThroughPasProps(IManagerProp)
Declaration
public TlbGenBplThroughPasProps(IManagerProp source)
Parameters
Fields
NodeGenDoc
Node key in JSON with value forGenDoc
Declaration
public const string NodeGenDoc = "gen_doc"
Field Value
NodeTlbGenPas
Declaration
public const string NodeTlbGenPas = "tlb_gen_pas"
Field Value
Properties
GenDoc
Generate XML-documents for pas-files
Declaration
public bool GenDoc { get; set; }
Property Value
GenPasProps
Properties of hash generator for source files of project
Declaration
public ITlbGenPasProps? GenPasProps { get; set; }
Property Value
Methods
ApplyConstants(IDictionaryStringString)
Declaration
public override void ApplyConstants(IDictionaryStringString constants)
Parameters
Overrides
Clone()
Declaration
public override IManagerProp Clone()
Returns
Overrides
Copy(IManagerProp)
Declaration
public override void Copy(IManagerProp source)
Parameters
Overrides
EmptyValues()
Declaration
public override void EmptyValues()
Overrides
Update(string, string)
Declaration
public override void Update(string jsonInfo, string relativeDir)
Parameters
Type |
Name |
Description |
string |
jsonInfo |
|
string |
relativeDir |
|
Overrides
Implements