CastleComponentAttribute public class CastleComponentAttribute : LifestyleAttribute Documentation public string Key { get; } public Type Service { get; } public CastleComponentAttribute(string key) public CastleComponentAttribute(Type service) public CastleComponentAttribute(string key, Type service) public CastleComponentAttribute(string key, Type service, LifestyleType lifestyle) public static CastleComponentAttribute GetDefaultsFor(Type type)