Example #1
0
        public LaunchPadGeneratedDataTransferObject() : base()
        {
            Annotations  = string.Empty;
            Namespace    = string.Empty;
            InheritsFrom = string.Empty;
            var comparer = StringComparer.OrdinalIgnoreCase;

            BaseProperties     = new Dictionary <string, LaunchPadGeneratedProperty>(comparer);
            CustomProperties   = new Dictionary <string, LaunchPadGeneratedProperty>(comparer);
            VisualStudioConfig = new VisualStudioClassConfiguration();
            PropertySetId      = string.Empty;
        }
        public LaunchPadGeneratedClassBase() : base()
        {
            Namespace       = string.Empty;
            InheritsFrom    = string.Empty;
            UsingStatements = string.Empty;
            var comparer = StringComparer.OrdinalIgnoreCase;

            BaseProperties     = new Dictionary <string, LaunchPadGeneratedProperty>(comparer);
            CustomProperties   = new Dictionary <string, LaunchPadGeneratedProperty>(comparer);
            BaseMethods        = new Dictionary <string, LaunchPadGeneratedMethod>(comparer);
            CustomMethods      = new Dictionary <string, LaunchPadGeneratedMethod>(comparer);
            VisualStudioConfig = new VisualStudioClassConfiguration();
            AccessModifier     = LaunchPadGeneratedAccessModifier.Public;
        }