com.clover.remotepay.transport.TestCloverDeviceConfiguration.getCloverDeviceTypeName C# (CSharp) Метод

getCloverDeviceTypeName() публичный Метод

public getCloverDeviceTypeName ( ) : string
Результат string
        public string getCloverDeviceTypeName()
        {
            return typeof(TestCloverDevice).AssemblyQualifiedName;
        }