C# Class Castle.MicroKernel.ModelBuilder.Inspectors.ExtendedPropertiesConstants

Only to hold internal constants and get rid of magic numbers and hardcode names.
Show file Open project: castleproject/Windsor

Public Properties

Property Type Description
Pool_Default_InitialPoolSize int
Pool_Default_MaxPoolSize int
Pool_InitialPoolSize String
Pool_MaxPoolSize String

Property Details

Pool_Default_InitialPoolSize public static property

public static int Pool_Default_InitialPoolSize
return int

Pool_Default_MaxPoolSize public static property

public static int Pool_Default_MaxPoolSize
return int

Pool_InitialPoolSize public static property

public static String Pool_InitialPoolSize
return String

Pool_MaxPoolSize public static property

public static String Pool_MaxPoolSize
return String