Class BaseIntegration<T>
public class BaseIntegration<T> where T : BaseEndpoint
Type Parameters
T
- Inheritance
-
BaseIntegration<T>
- Derived
- Inherited Members
- Extension Methods
Constructors
BaseIntegration()
public BaseIntegration()
Properties
Enabled
public bool Enabled { get; set; }
Property Value
Endpoints
public T[] Endpoints { get; set; }
Property Value
- T[]
Methods
Get(EnvironmentName)
public T Get(EnvironmentName env)
Parameters
envEnvironmentName
Returns
- T
IsShallowEqual(BaseIntegration<T>)
public bool IsShallowEqual(BaseIntegration<T> other)
Parameters
otherBaseIntegration<T>
Returns
ShouldSerializeEndpoints()
public bool ShouldSerializeEndpoints()