Class GenDocProps
Container of properties for classes implementing IGenDoc
Inheritance
object
GenDocProps
Namespace: BuildSystem.Factories
Assembly: BuildSystem.Factories.dll
Syntax
public class GenDocProps : Object, IGenDocProps, IManagerProp
Constructors
GenDocProps()
Container of properties for classes implementing IGenDoc
Declaration
GenDocProps(IManagerProp)
Container of properties for classes implementing IGenDoc
Declaration
public GenDocProps(IManagerProp source)
Parameters
Fields
ClassIdent
Declaration
public const string ClassIdent = "GenDoc"
Field Value
NodeIncludeRefProjects
Declaration
public const string NodeIncludeRefProjects = "include_ref_projects"
Field Value
NodeIncludes
Node key in JSON with properties - value for Includes
Declaration
public const string NodeIncludes = "includes"
Field Value
NodeName
Node key in JSON with properties - value for Name
Declaration
public const string NodeName = "name"
Field Value
Properties
IncludeRefProjects
Include project references in generating documentation
Declaration
public bool IncludeRefProjects { get; set; }
Property Value
Includes
List of additional files, which should be included in process on generation documentation
Declaration
public Dictionary<string, ReaderType> Includes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<,><string, ReaderType> |
|
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