Beispiel #1
0
 protected void Initialize(CecilatorBase cecilatorBase)
 {
     this.logError        = cecilatorBase.logError;
     this.logErrorPoint   = cecilatorBase.logErrorPoint;
     this.logInfo         = cecilatorBase.logInfo;
     this.logWarning      = cecilatorBase.logWarning;
     this.logWarningPoint = cecilatorBase.logWarningPoint;
 }
Beispiel #2
0
        internal CecilatorBase(CecilatorBase builderBase)
        {
            this.Initialize(builderBase);

            this.moduleDefinition = builderBase.moduleDefinition;
            this.allAssemblies    = builderBase.allAssemblies;
            this.allTypes         = builderBase.allTypes;
            this.ResourceNames    = builderBase.ResourceNames;

            this.Identification = GenerateName();
        }
Beispiel #3
0
        internal CecilatorBase(CecilatorBase builderBase)
        {
            this.logError         = builderBase.logError;
            this.logInfo          = builderBase.logInfo;
            this.logWarning       = builderBase.logWarning;
            this.moduleDefinition = builderBase.moduleDefinition;
            this.allAssemblies    = builderBase.allAssemblies;
            this.allTypes         = builderBase.allTypes;

            this.Identification = GenerateName();
        }