com.clover.remotepay.transport.TestCloverDeviceConfiguration.getCloverDeviceTypeName C# (CSharp) Méthode

getCloverDeviceTypeName() public méthode

public getCloverDeviceTypeName ( ) : string
Résultat string
        public string getCloverDeviceTypeName()
        {
            return typeof(TestCloverDevice).AssemblyQualifiedName;
        }