File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ //******************************************************************************************************
2+ // EventTypeInterface.cs - Gbtc
3+ //
4+ // Copyright © 2025, Grid Protection Alliance. All Rights Reserved.
5+ //
6+ // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
7+ // the NOTICE file distributed with this work for additional information regarding copyright ownership.
8+ // The GPA licenses this file to you under the MIT License (MIT), the "License"; you may
9+ // not use this file except in compliance with the License. You may obtain a copy of the License at:
10+ //
11+ // http://opensource.org/licenses/MIT
12+ //
13+ // Unless agreed to in writing, the subject software distributed under the License is distributed on an
14+ // "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Refer to the
15+ // License for the specific language governing permissions and limitations.
16+ //
17+ // Code Modification History:
18+ // ----------------------------------------------------------------------------------------------------
19+ // 10/18/2025 - C. Lackner
20+ // Generated original version of source code.
21+ //
22+ //******************************************************************************************************
23+
24+ namespace Gemstone . Data . Model ;
25+
26+ /// <summary>
27+ /// Defines an interface that marks a class as a JSON construct in <see cref="EventDetails"/>
28+ /// the property name.
29+ /// </summary>
30+ public interface IEventType { }
You can’t perform that action at this time.
0 commit comments