<PackageReference Include="Relativity.Server.Kepler.Client.SDK" Version="5000.0.2" />

CastleComponentAttribute

public bool HasName { get; }

public string Name { get; }

public Type[] Services { get; }

public bool ServicesSpecifiedExplicitly { get; }

public CastleComponentAttribute(string name)

public CastleComponentAttribute(Type[] services)

public CastleComponentAttribute(string name, Type[] services)

public CastleComponentAttribute(string name, LifestyleType lifestyle, Type[] services)