Enterra.V8x1C.DOM.InformationRegistersManager.this C# (CSharp) Method

this() public method

Получить менеджер регистров сведений
public this ( string name ) : InformationRegisterManager
name string
return InformationRegisterManager
        public InformationRegisterManager this[string name]
        {
            get
            {
                return (InformationRegisterManager)GetIndexerFromCache(
                    name,
                    () => GetProperty(name, ptr => new InformationRegisterManager(Session, ptr))
                    );
            }
        }
    }
InformationRegistersManager