Disco.Services.Devices.ManagedGroups.DeviceBatchDevicesManagedGroup.GetKey C# (CSharp) Method

GetKey() public static method

public static GetKey ( DeviceBatch DeviceBatch ) : string
DeviceBatch Disco.Models.Repository.DeviceBatch
return string
        public static string GetKey(DeviceBatch DeviceBatch)
        {
            return string.Format(KeyFormat, DeviceBatch.Id);
        }
        public static string GetDescription(DeviceBatch DeviceBatch)