Class GenLangProps
Container of properties for classes implementing IGenLang
Inheritance
object
GenLangProps
Namespace: BuildSystem.Factories
Assembly: BuildSystem.Factories.dll
Syntax
public class GenLangProps : Object, IGenLangProps, IManagerProp
Constructors
GenLangProps()
Container of properties for classes implementing IGenLang
Declaration
GenLangProps(IManagerProp)
Container of properties for classes implementing IGenLang
Declaration
public GenLangProps(IManagerProp source)
Parameters
Fields
ClassIdent
Declaration
public const string ClassIdent = "GenLang"
Field Value
NodeName
Node key in JSON with properties - value for Name
Declaration
public const string NodeName = "name"
Field Value
Properties
ManagerType
Declaration
public ManagerType ManagerType { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Methods
ApplyConstants(IDictionaryStringString)
Declaration
public virtual void ApplyConstants(IDictionaryStringString constants)
Parameters
Clone()
Declaration
public virtual IManagerProp Clone()
Returns
Copy(IManagerProp)
Declaration
public virtual void Copy(IManagerProp source)
Parameters
EmptyValues()
Declaration
public virtual void EmptyValues()
Update(string, string)
Declaration
public virtual void Update(string jsonInfo, string relativeDir)
Parameters
Type |
Name |
Description |
string |
jsonInfo |
|
string |
relativeDir |
|
Implements