Adf.ObjectFactory.ObjectBuilder.Configuration.SystemFactoryConfigurationElementCollection.GetElementKey C# (CSharp) Метод

GetElementKey() защищенный Метод

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Результат object
        protected override object GetElementKey(ConfigurationElement element)
        {
            SystemFactoryConfigurationElement serviceElement = (SystemFactoryConfigurationElement)element;
            return new TypeAndName(serviceElement.ServiceInterfaceType, serviceElement.InstanceName);
        }