コード例 #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;
        }
コード例 #2
0
        public LaunchPadGeneratedClassBase() : base()
        {
            Namespace    = string.Empty;
            InheritsFrom = 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();
        }